summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:49:09 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:53:08 +0100
commitf492e50d5e8d880e6083a1e22a5da92956c3f2e3 (patch)
treec0e61af7a2add97756dfd6e496b45a8562f0b177
parentd25091bb8b52455e415f8147a9100094c489a041 (diff)
downloadqtxmlpatterns-baserock/v5.3.0.tar.gz
-rw-r--r--qtxmlpatterns.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtxmlpatterns.morph b/qtxmlpatterns.morph
new file mode 100644
index 0000000..e20b6ef
--- /dev/null
+++ b/qtxmlpatterns.morph
@@ -0,0 +1,11 @@
+name: qtxmlpatterns
+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"
+