summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:33 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:26:57 +0100
commit704211043d373aba98aa0507bd58c32aed1857c5 (patch)
tree37bb6fa5777e7e7fed9417eb2a5c2e0f01bf883f
parent30a8abf65e8fd08baaa972fb79af060043895215 (diff)
downloadqtjsbackend-704211043d373aba98aa0507bd58c32aed1857c5.tar.gz
Add qtjsbackend.morph to build the chunk
-rw-r--r--qtjsbackend.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtjsbackend.morph b/qtjsbackend.morph
new file mode 100644
index 0000000..8db7fac
--- /dev/null
+++ b/qtjsbackend.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtjsbackend",
+ "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"
+ ]
+}