summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:34 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:35:16 +0100
commitd20e99b3bdbcf77b69a92a2ba1b3ca1f1379e7c8 (patch)
tree628b431009614a848ee88cd7332f12169227a1ba
parente2415c8b957a41345284f56d11cd276d5e4e9267 (diff)
downloadqtscript-baserock/morph.tar.gz
Add qtscript.morph to build the chunkbaserock/morph
-rw-r--r--qtscript.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtscript.morph b/qtscript.morph
new file mode 100644
index 0000000..3d9dbf5
--- /dev/null
+++ b/qtscript.morph
@@ -0,0 +1,15 @@
+{
+ "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"
+ ]
+}