From af7f0dd646808376410bfe338ccfb000c4d39f54 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 17 Jun 2014 17:59:22 +0100 Subject: Add morph --- qttools.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qttools.morph diff --git a/qttools.morph b/qttools.morph new file mode 100644 index 000000000..7ddaf8b63 --- /dev/null +++ b/qttools.morph @@ -0,0 +1,15 @@ +{ + "name": "qttools", + "kind": "chunk", + "configure-commands": [ + "qmake" + ], + "build-commands": [ + "unset TARGET ; make", + "unset TARGET ; make html_docs" + ], + "install-commands": [ + "unset TARGET ; make install INSTALL_ROOT=$DESTDIR", + "unset TARGET ; make install_html_docs INSTALL_ROOT=$DESTDIR" + ] +} -- cgit v1.2.1