From 97ba942b0b19172ef4d795c7c6a3423519f68f48 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Wed, 1 May 2013 17:00:32 +0100 Subject: Add qtimageformats.morph to build the chunk --- qtimageformats.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qtimageformats.morph 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" + ] +} -- cgit v1.2.1