summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:47:48 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:47:48 +0100
commitb4da5e41fff076c2784ae66cf8c02c4c666fed32 (patch)
tree171ec87249da58c07c21e63c12703d1ce6c5384e
parent251a3c50ca89c32678fb51de48124d144155f704 (diff)
downloadqtwebkit-baserock/v5.3.0.tar.gz
-rw-r--r--qtwebkit.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtwebkit.morph b/qtwebkit.morph
new file mode 100644
index 000000000..ad30a27c5
--- /dev/null
+++ b/qtwebkit.morph
@@ -0,0 +1,11 @@
+name: qtwebkit
+kind: chunk
+max-jobs: 1
+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"