summaryrefslogtreecommitdiff
path: root/qtx11extras.morph
diff options
context:
space:
mode:
Diffstat (limited to 'qtx11extras.morph')
-rw-r--r--qtx11extras.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtx11extras.morph b/qtx11extras.morph
new file mode 100644
index 0000000..1265fde
--- /dev/null
+++ b/qtx11extras.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtx11extras",
+ "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"
+ ]
+}