summaryrefslogtreecommitdiff
path: root/chunks/qttools.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/qttools.morph')
-rw-r--r--chunks/qttools.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/chunks/qttools.morph b/chunks/qttools.morph
new file mode 100644
index 00000000..40d323e1
--- /dev/null
+++ b/chunks/qttools.morph
@@ -0,0 +1,12 @@
+name: qttools
+kind: chunk
+repo: upstream:qt5/qttools
+ref: 1369d91dd095cd4ea2febe759ef6446e41bd2d80
+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