summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-02 12:13:25 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:47:20 +0100
commitc89c2e2f2da8c4c12c055565c9b0acf655c9d794 (patch)
tree819598ac2809a68d8391bf8dcf9e548ac7bf17bd
parent40533fc252c88b18dab9124d3805d70bde0ecb5d (diff)
downloadqtwebkit-examples-c89c2e2f2da8c4c12c055565c9b0acf655c9d794.tar.gz
dd qtwebkit-examples.morph to build the chunk
-rw-r--r--qtwebkit-examples.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/qtwebkit-examples.morph b/qtwebkit-examples.morph
new file mode 100644
index 0000000..68a7ba0
--- /dev/null
+++ b/qtwebkit-examples.morph
@@ -0,0 +1,13 @@
+{
+ "name": "qtwebkit-examples",
+ "kind": "chunk",
+ "configure-commands": [
+ "qmake"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR"
+ ]
+}