summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:35 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:23:22 +0100
commit38b229c6b7c9bf728a4b7f8470d04870a132f66a (patch)
treef42e0cee592eb7522a9c731aef3de86d49020c02
parentba481b692530b86aac870e013e06535038f0073f (diff)
downloadqtdoc-38b229c6b7c9bf728a4b7f8470d04870a132f66a.tar.gz
Add qtdoc.morph to build the chunk
-rw-r--r--qtdoc.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/qtdoc.morph b/qtdoc.morph
new file mode 100644
index 00000000..54b6046d
--- /dev/null
+++ b/qtdoc.morph
@@ -0,0 +1,13 @@
+{
+ "name": "qtdoc",
+ "kind": "chunk",
+ "configure-commands": [
+ "qmake"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR"
+ ]
+}