From f492e50d5e8d880e6083a1e22a5da92956c3f2e3 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 17 Jun 2014 17:49:09 +0100 Subject: Add morph --- qtxmlpatterns.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qtxmlpatterns.morph diff --git a/qtxmlpatterns.morph b/qtxmlpatterns.morph new file mode 100644 index 0000000..e20b6ef --- /dev/null +++ b/qtxmlpatterns.morph @@ -0,0 +1,11 @@ +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