diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-05-02 15:34:38 +0200 |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-05-02 15:34:38 +0200 |
commit | c97cecb0656c501a3dde11f61a26e37d8cea934d (patch) | |
tree | 92d344ee261b7b15617f62fb9f2e421fe3660085 /src | |
parent | acd32809eb65ffa0b118b4560ec85941f5aef730 (diff) | |
download | qttools-c97cecb0656c501a3dde11f61a26e37d8cea934d.tar.gz |
Fix webkit detection
Diffstat (limited to 'src')
-rw-r--r-- | src/assistant/tools/assistant/assistant.pro | 2 |
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 |