summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:37:59 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:51:53 +0100
commit81160ce1ffd661ab58056ebb769a982bd56a9562 (patch)
treeef53feb21b3124e3872a7d129878a433622ddb57
parent96c2c1aff15d81a131c2f8ee6019d7a9cddf21fc (diff)
downloadqtquick1-baserock/v5.3.0.tar.gz
-rw-r--r--qtquick1.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtquick1.morph b/qtquick1.morph
new file mode 100644
index 00000000..353b4f5c
--- /dev/null
+++ b/qtquick1.morph
@@ -0,0 +1,11 @@
+name: qtquick1
+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"
+