diff options
author | Andreas Kling <andreas.kling@nokia.com> | 2011-06-03 12:52:14 (GMT) |
---|---|---|
committer | Andreas Kling <andreas.kling@nokia.com> | 2011-06-03 12:52:22 (GMT) |
commit | 5b90602785a2c147fe6c39f6f1e7cade8a4b5a82 (patch) | |
tree | e2f9d4bbbb8d7874b11af3afc6d01d20538ef02f /src | |
parent | 7d05276972ef33f87b7819989438e9dc2372f1bf (diff) | |
download | Qt-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.pro | 1 |
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) |