summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:59:22 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:59:22 +0100
commitaf7f0dd646808376410bfe338ccfb000c4d39f54 (patch)
tree08e83166096bb0f3ac1cf9c6632f13163b38edb5
parent16ee0c0f9e58f9db9d8b261fbe63560f631c0597 (diff)
downloadqttools-baserock/v5.3.0.tar.gz
-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..7ddaf8b63
--- /dev/null
+++ b/qttools.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qttools",
+ "kind": "chunk",
+ "configure-commands": [
+ "qmake"
+ ],
+ "build-commands": [
+ "unset TARGET ; make",
+ "unset TARGET ; make html_docs"
+ ],
+ "install-commands": [
+ "unset TARGET ; make install INSTALL_ROOT=$DESTDIR",
+ "unset TARGET ; make install_html_docs INSTALL_ROOT=$DESTDIR"
+ ]
+}