summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:40:14 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:52:22 +0100
commit2bf52ed6febc84b35a40214ded5806c903a9357c (patch)
tree4c9bc11ad6a00044def6f8198f0b8ee658a74993
parent08d9ef715265d33f4cf04693b0787fd75994dc42 (diff)
downloadqtscript-baserock/v5.3.0.tar.gz
-rw-r--r--qtscript.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtscript.morph b/qtscript.morph
new file mode 100644
index 0000000..ad4cfea
--- /dev/null
+++ b/qtscript.morph
@@ -0,0 +1,11 @@
+name: qtscript
+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"
+