summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:38:58 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:52:09 +0100
commitc659cd04a9fdea02168519b2ddf1a2d55ab4e807 (patch)
tree41e0654c6790b9ec407141e91732c8d113cf88d3
parentd1320d78c6653320e33564c1fd64c14b2dd24cee (diff)
downloadqtquickcontrols-baserock/v5.3.0.tar.gz
-rw-r--r--qtquickcontrols.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtquickcontrols.morph b/qtquickcontrols.morph
new file mode 100644
index 00000000..ddf58551
--- /dev/null
+++ b/qtquickcontrols.morph
@@ -0,0 +1,11 @@
+name: qtquickcontrols
+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"
+