summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2011-05-02 15:34:38 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-02 15:34:38 +0200
commitc97cecb0656c501a3dde11f61a26e37d8cea934d (patch)
tree92d344ee261b7b15617f62fb9f2e421fe3660085 /src
parentacd32809eb65ffa0b118b4560ec85941f5aef730 (diff)
downloadqttools-c97cecb0656c501a3dde11f61a26e37d8cea934d.tar.gz
Fix webkit detection
Diffstat (limited to 'src')
-rw-r--r--src/assistant/tools/assistant/assistant.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/tools/assistant/assistant.pro b/src/assistant/tools/assistant/assistant.pro
index a8dfe278e..eeee0ad46 100644
--- a/src/assistant/tools/assistant/assistant.pro
+++ b/src/assistant/tools/assistant/assistant.pro
@@ -2,7 +2,7 @@ include(../../../shared/fontpanel/fontpanel.pri)
TEMPLATE = app
LANGUAGE = C++
TARGET = assistant
-contains(QT_CONFIG, webkit) {
+!isEmpty(QT.webkit.name) {
QT += webkit
} else {
DEFINES += QT_NO_WEBKIT