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