summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:46 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:22:18 +0100
commit9b3d0a24b65f6a0725951a4df0239ef19a8d3f64 (patch)
tree35bdbaf1aba564d4ef3de54cc7bdb2d088fd77c9
parent2653e79f1822dfa3c1516f518df77e94adf8bf82 (diff)
downloadqtdeclarative-9b3d0a24b65f6a0725951a4df0239ef19a8d3f64.tar.gz
Add qtdeclarative.morph to build the chunk
-rw-r--r--qtdeclarative.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtdeclarative.morph b/qtdeclarative.morph
new file mode 100644
index 0000000000..6dc63a79b9
--- /dev/null
+++ b/qtdeclarative.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtdeclarative",
+ "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"
+ ]
+}