summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-10 02:19:07 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:37:12 +0100
commit12cd0feebe811ab3d07b0ce1c4236ee4ceba26f7 (patch)
treec7b93656829c4d8f57109dc706eb0a8e90d1e79c
parentf30159132c2c486508d227fc7d5615e032df6f68 (diff)
downloadqtserialport-12cd0feebe811ab3d07b0ce1c4236ee4ceba26f7.tar.gz
Add qtserialport.morph to build chunk
-rw-r--r--qtserialport.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtserialport.morph b/qtserialport.morph
new file mode 100644
index 0000000..e752d1a
--- /dev/null
+++ b/qtserialport.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtserialport",
+ "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"
+ ]
+}