From 58d210f654d48c1a56a10eab0122902ab8c3516e Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 10 May 2013 02:17:29 +0100 Subject: Add qtsensors.morph to build chunk --- qtsensors.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qtsensors.morph diff --git a/qtsensors.morph b/qtsensors.morph new file mode 100644 index 0000000..84e3bcc --- /dev/null +++ b/qtsensors.morph @@ -0,0 +1,15 @@ +{ + "name": "qtsensors", + "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