summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:46 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:29:02 +0100
commitd8080f729254169828ffe8a91e39c65d7a403704 (patch)
tree2dc3c853e928041cbd140e503724f1aaec175036
parent19edbfc565c028a7535da182f0b513d122b067b0 (diff)
downloadqtmultimedia-d8080f729254169828ffe8a91e39c65d7a403704.tar.gz
Add qtmultimedia.morph to build the chunk
-rw-r--r--qtmultimedia.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtmultimedia.morph b/qtmultimedia.morph
new file mode 100644
index 000000000..609948174
--- /dev/null
+++ b/qtmultimedia.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtmultimedia",
+ "kind": "chunk",
+ "configure-commands": [
+ "qmake"
+ ],
+ "build-commands": [
+ "make",
+ "make install_html_docs"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR",
+ "make install_html_docs INSTALL_ROOT=$DESTDIR"
+ ]
+}