summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qtquickcontrols.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtquickcontrols.morph b/qtquickcontrols.morph
new file mode 100644
index 00000000..dd3a857e
--- /dev/null
+++ b/qtquickcontrols.morph
@@ -0,0 +1,15 @@
+{
+ "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"
+ ]
+}