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-01 17:00:34 +0100
commit05862b0fd470d05c6f4dd7edbd00c1bcea84aab5 (patch)
treeccbf2b4dc61d43778866770d197dd4d3c6ead860
parent872a278d48982228706ddf151de07c96d90cc73e (diff)
downloadqtactiveqt-baserock/morph.tar.gz
Add qtactiveqt.morph to build the chunkbaserock/morph
-rw-r--r--qtactiveqt.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/qtactiveqt.morph b/qtactiveqt.morph
new file mode 100644
index 0000000..e0faaab
--- /dev/null
+++ b/qtactiveqt.morph
@@ -0,0 +1,13 @@
+{
+ "name": "qtactiveqt",
+ "kind": "chunk",
+ "configure-commands": [
+ "qmake"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR"
+ ]
+}