summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Kling <andreas.kling@nokia.com>2011-06-03 12:52:14 (GMT)
committerAndreas Kling <andreas.kling@nokia.com>2011-06-03 12:52:22 (GMT)
commit5b90602785a2c147fe6c39f6f1e7cade8a4b5a82 (patch)
treee2f9d4bbbb8d7874b11af3afc6d01d20538ef02f /src
parent7d05276972ef33f87b7819989438e9dc2372f1bf (diff)
downloadQt-5b90602785a2c147fe6c39f6f1e7cade8a4b5a82.zip
Qt-5b90602785a2c147fe6c39f6f1e7cade8a4b5a82.tar.gz
Qt-5b90602785a2c147fe6c39f6f1e7cade8a4b5a82.tar.bz2
Add a dummy Source.pro that simply includes WebKit.pro
This is my sneaky attempt at making Symbian build. Reviewed-by: Alexis Menard
Diffstat (limited to 'src')
-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 0000000..38bf22d
--- /dev/null
+++ b/src/3rdparty/webkit/Source/Source.pro
@@ -0,0 +1 @@
+include(WebKit.pro)