summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Kling <andreas.kling@nokia.com>2011-06-03 14:52:14 +0200
committerAndreas Kling <andreas.kling@nokia.com>2011-06-03 14:52:22 +0200
commit5b90602785a2c147fe6c39f6f1e7cade8a4b5a82 (patch)
treee2f9d4bbbb8d7874b11af3afc6d01d20538ef02f
parent7d05276972ef33f87b7819989438e9dc2372f1bf (diff)
Add a dummy Source.pro that simply includes WebKit.pro
This is my sneaky attempt at making Symbian build. Reviewed-by: Alexis Menard
-rw-r--r--src/3rdparty/webkit/Source/Source.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/Source/Source.pro b/src/3rdparty/webkit/Source/Source.pro
new file mode 100644
index 0000000000..38bf22dfc4
--- /dev/null
+++ b/src/3rdparty/webkit/Source/Source.pro
@@ -0,0 +1 @@
+include(WebKit.pro)