summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"