aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit/webkit-gtk/WebKit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/webkit/webkit-gtk/WebKit.pro')
-rw-r--r--recipes/webkit/webkit-gtk/WebKit.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/webkit/webkit-gtk/WebKit.pro b/recipes/webkit/webkit-gtk/WebKit.pro
new file mode 100644
index 0000000000..035f73aa3f
--- /dev/null
+++ b/recipes/webkit/webkit-gtk/WebKit.pro
@@ -0,0 +1,12 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+
+SUBDIRS += \
+ JavaScriptCore \
+ WebCore \
+ JavaScriptCore/kjs/jsc.pro \
+ WebKit/qt/QtLauncher \
+ WebKit/qt/tests
+
+!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
+