diff options
author | Frans Englich <frans.englich@nokia.com> | 2010-04-09 15:10:00 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2010-04-09 15:10:00 (GMT) |
commit | 3de3c5b73f788a52f9c1d1c3699b2c90149c6646 (patch) | |
tree | 83db8ea0c880bd7da0924138087fbdda3a885c5d /tools | |
parent | 385f2c8a34a52443e78dfa272a1a483b9d6d29fc (diff) | |
download | Qt-3de3c5b73f788a52f9c1d1c3699b2c90149c6646.zip Qt-3de3c5b73f788a52f9c1d1c3699b2c90149c6646.tar.gz Qt-3de3c5b73f788a52f9c1d1c3699b2c90149c6646.tar.bz2 |
Don't build QtXmlPatterns' command line tools on Symbian.
Brought up by Espen.
Reviewed-by: Espen Riskedal
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro index 4cff507..f6f2dcd 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -28,7 +28,8 @@ embedded:SUBDIRS += kmap2qmap contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmldebugger contains(QT_CONFIG, dbus):SUBDIRS += qdbus -!wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator +# We don't need these command line utilities on embedded platforms. +!wince*:!symbian:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator embedded: SUBDIRS += makeqpf !wince*:!cross_compile:SUBDIRS += qdoc3 |