summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:42:36 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:47:23 +0100
commit7f587afa7e3e08521f91cb0f73630db7acc38cd0 (patch)
tree226ae4d134dc55d82f0e7b687bd083c521e16ebc
parentbbf16bd90285658571bc30161e9687e0cc40e387 (diff)
downloadqtsvg-baserock/v5.3.0.tar.gz
-rw-r--r--qtsvg.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtsvg.morph b/qtsvg.morph
new file mode 100644
index 0000000..4fce2fe
--- /dev/null
+++ b/qtsvg.morph
@@ -0,0 +1,11 @@
+name: qtsvg
+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"
+