summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:32 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:25:56 +0100
commit97ba942b0b19172ef4d795c7c6a3423519f68f48 (patch)
tree5693e361ffeadda6c980c57258e8bb92b904cdba
parentaa3c1a3b51f0f89afd83ffd62d38765489c40d06 (diff)
downloadqtimageformats-97ba942b0b19172ef4d795c7c6a3423519f68f48.tar.gz
Add qtimageformats.morph to build the chunk
-rw-r--r--qtimageformats.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtimageformats.morph b/qtimageformats.morph
new file mode 100644
index 0000000..6d0b245
--- /dev/null
+++ b/qtimageformats.morph
@@ -0,0 +1,15 @@
+{
+ "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"
+ ]
+}