summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-07-02 16:09:28 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-07-02 16:09:28 +0100
commit805fbf45a54f1b69f4b13f6dc9f962b07c017d3b (patch)
tree3ed4cbdc2c5b48f4f9c23adbf592616a8ec43d36
parent67f36f439ffcd25742d76bfbbaf594a7b7093b61 (diff)
downloadqt3d-805fbf45a54f1b69f4b13f6dc9f962b07c017d3b.tar.gz
Add a qt3d.morph to build the chunkbaserock/morph
-rw-r--r--qt3d.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qt3d.morph b/qt3d.morph
new file mode 100644
index 000000000..9dbb9d055
--- /dev/null
+++ b/qt3d.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qt3d",
+ "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"
+ ]
+}