summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:35 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:24:36 +0100
commitf0c78876a514e6855638bbe620eb5e87b0e289e7 (patch)
treec79c3749e59a3a003120cbd28b3a960e0401fafd
parent535c6978fdb11b58ba65873d0105b5e90219c5de (diff)
downloadqtgraphicaleffects-f0c78876a514e6855638bbe620eb5e87b0e289e7.tar.gz
Add qtgraphicaleffects.morph to build the chunk
-rw-r--r--qtgraphicaleffects.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtgraphicaleffects.morph b/qtgraphicaleffects.morph
new file mode 100644
index 0000000..f851c84
--- /dev/null
+++ b/qtgraphicaleffects.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtgraphicaleffects",
+ "kind": "chunk",
+ "configure-commands": [
+ "qmake"
+ ],
+ "build-commands": [
+ "make",
+ "make html_docs"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR",
+ "make install_html_docs INSTALL_ROOT=$DESTDIR"
+ ]
+}