diff options
author | James Thomas <james.thomas@codethink.co.uk> | 2014-06-17 17:49:09 +0100 |
---|---|---|
committer | James Thomas <james.thomas@codethink.co.uk> | 2014-06-18 14:53:08 +0100 |
commit | f492e50d5e8d880e6083a1e22a5da92956c3f2e3 (patch) | |
tree | c0e61af7a2add97756dfd6e496b45a8562f0b177 | |
parent | d25091bb8b52455e415f8147a9100094c489a041 (diff) | |
download | qtxmlpatterns-f492e50d5e8d880e6083a1e22a5da92956c3f2e3.tar.gz |
Add morphbaserock/v5.3.0
-rw-r--r-- | qtxmlpatterns.morph | 11 |
1 files changed, 11 insertions, 0 deletions
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" + |