From d20e99b3bdbcf77b69a92a2ba1b3ca1f1379e7c8 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Wed, 1 May 2013 17:00:34 +0100 Subject: Add qtscript.morph to build the chunk --- qtscript.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qtscript.morph diff --git a/qtscript.morph b/qtscript.morph new file mode 100644 index 0000000..3d9dbf5 --- /dev/null +++ b/qtscript.morph @@ -0,0 +1,15 @@ +{ + "name": "qtscript", + "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