summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-10 02:17:29 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:36:12 +0100
commit58d210f654d48c1a56a10eab0122902ab8c3516e (patch)
treee644a52e129ebf5ac8fa0d24702b99c2135ab973
parent325ba699f06c9ee8a97a992482a295a96cc9d809 (diff)
downloadqtsensors-58d210f654d48c1a56a10eab0122902ab8c3516e.tar.gz
Add qtsensors.morph to build chunk
-rw-r--r--qtsensors.morph15
1 files changed, 15 insertions, 0 deletions
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"
+ ]
+}