summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:40:57 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:52:36 +0100
commite2a6151e68ad9d71306f4e153f7a0a57f7b796f1 (patch)
treea1d9f41547261c315177b638be85bacfd0bbc248
parent43e7f32c776ceebe60416524510e70afa3c9a8d9 (diff)
downloadqtsensors-baserock/v5.3.0.tar.gz
-rw-r--r--qtsensors.morph11
1 files changed, 11 insertions, 0 deletions
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"
+