diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-17 00:29:23 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-17 00:29:23 (GMT) |
commit | 2c8fd4485a707000be2cb001fd8cd7f0398ff9a1 (patch) | |
tree | b9fbd8b483384ac7f169c20f604398652d58c316 | |
parent | 8454c53b304a4aba7c058b315041b3a38ad4fff5 (diff) | |
download | Qt-2c8fd4485a707000be2cb001fd8cd7f0398ff9a1.zip Qt-2c8fd4485a707000be2cb001fd8cd7f0398ff9a1.tar.gz Qt-2c8fd4485a707000be2cb001fd8cd7f0398ff9a1.tar.bz2 |
Conditionally link webkit on wince
-rw-r--r-- | tools/qmlviewer/qmlviewer.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.pro b/tools/qmlviewer/qmlviewer.pro index 35e4ba8..81c1e6c 100644 --- a/tools/qmlviewer/qmlviewer.pro +++ b/tools/qmlviewer/qmlviewer.pro @@ -41,8 +41,11 @@ wince* { QT += scripttools \ xml \ xmlpatterns \ - webkit \ phonon + + contains(QT_CONFIG, webkit) { + QT += webkit + } } symbian { # TARGET.UID3 = |