summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:34 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:37:48 +0100
commita0a0fb4479149c611b9431b13f7368d6ae7f44a1 (patch)
treefe71d97640f0d7ac6b94dd8e6db5fd39cbf73923
parentb7c3b465c5074e73fa07ea15642fb0e3af67880a (diff)
downloadqtsvg-a0a0fb4479149c611b9431b13f7368d6ae7f44a1.tar.gz
Add qtsvg.morph to build the chunk
-rw-r--r--qtsvg.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtsvg.morph b/qtsvg.morph
new file mode 100644
index 0000000..a8283a9
--- /dev/null
+++ b/qtsvg.morph
@@ -0,0 +1,15 @@
+{
+ "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"
+ ]
+}