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:38:35 +0100
commit46917359a43db735029682557234eb30e7a84732 (patch)
treebe2b4450d3274a68cc34fa5254fa2e1c59dbe7db
parent31fd7854c2fcdde903c00203d69aeb3f6259dd9d (diff)
downloadqttools-46917359a43db735029682557234eb30e7a84732.tar.gz
Add qttools.morph to build the chunk
-rw-r--r--qttools.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qttools.morph b/qttools.morph
new file mode 100644
index 000000000..0612d875d
--- /dev/null
+++ b/qttools.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qttools",
+ "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"
+ ]
+}