summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:32 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:46:26 +0100
commitecbcecf148897512e682452f0c152bb6b0c8ebaa (patch)
treeda94abeeca5d29d5f1d1b85d86628a850526976e
parentfb2adc6de925b6045575e4cf3651356ce8f41814 (diff)
downloadqtwebkit-ecbcecf148897512e682452f0c152bb6b0c8ebaa.tar.gz
Add qtwebkit.morph to build the chunk
-rw-r--r--qtwebkit.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtwebkit.morph b/qtwebkit.morph
new file mode 100644
index 000000000..ee4d38892
--- /dev/null
+++ b/qtwebkit.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtwebkit",
+ "kind": "chunk",
+ "configure-commands": [
+ "QMAKEPATH=/qtwebkit.build/Tools/qmake/mkspecs qmake WebKit.pro"
+ ],
+ "build-commands": [
+ "make",
+ "make html_docs"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR",
+ "make install_html_docs INSTALL_ROOT=$DESTDIR"
+ ]
+}