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