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