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