summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:32:22 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:51:08 +0100
commit39458c2bf69fbf937cd65e65fb1ef5935118995c (patch)
tree252a35095b3eccf9408210f00422b4973f93bec2
parent073cde9d21f95a896ffff3abfcc9a9da89175e28 (diff)
downloadqtdeclarative-baserock/v5.3.0.tar.gz
-rw-r--r--qtdeclarative.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtdeclarative.morph b/qtdeclarative.morph
new file mode 100644
index 0000000000..85d7349923
--- /dev/null
+++ b/qtdeclarative.morph
@@ -0,0 +1,11 @@
+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"
+