summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:34:31 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:51:35 +0100
commitb4cc0786e2614de26a499c27f8b91b1a68506688 (patch)
tree5a2b81fca2622b6c568a72feb6a39c9eae44dfa2
parent554d617762c86964dfa074074304993ccdfbe2c9 (diff)
downloadqtimageformats-baserock/v5.3.0.tar.gz
-rw-r--r--qtimageformats.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtimageformats.morph b/qtimageformats.morph
new file mode 100644
index 0000000..58d1ec1
--- /dev/null
+++ b/qtimageformats.morph
@@ -0,0 +1,11 @@
+name: qtimageformats
+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"
+