diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-02-28 19:17:36 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-02-28 19:17:36 (GMT) |
commit | cb042e8dcc836a89919d7c048698154f2c423307 (patch) | |
tree | 9f96f0bc1e2709162e56e5d14475f39645f9165b | |
parent | 83aff7323172497e68ac59e79eacda3fe28ed9e7 (diff) | |
download | Qt-cb042e8dcc836a89919d7c048698154f2c423307.zip Qt-cb042e8dcc836a89919d7c048698154f2c423307.tar.gz Qt-cb042e8dcc836a89919d7c048698154f2c423307.tar.bz2 |
Don't compile qtconfig on symbian
Reviewed-by: Benjamin Poulain
-rw-r--r-- | tools/tools.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro index 04596ee..f090b86 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -20,7 +20,7 @@ TEMPLATE = subdirs SUBDIRS += designer } } - unix:!mac:!embedded:!qpa:SUBDIRS += qtconfig + unix:!symbian:!mac:!embedded:!qpa:SUBDIRS += qtconfig win32:!wince*:SUBDIRS += activeqt } contains(QT_CONFIG, declarative):SUBDIRS += qml |