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