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