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