summaryrefslogtreecommitdiffstats
path: root/tools/qtestlib
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-03-25 12:42:52 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-03-25 12:47:19 (GMT)
commitbd5d323373dbaf9d827126b77895da253128c1e5 (patch)
treebbf62561992a1dbf01a9ff1a642713fb2a8dc226 /tools/qtestlib
parent70f8e3ed2fea750a6a0fd7e08b10330a04eda6a0 (diff)
downloadQt-bd5d323373dbaf9d827126b77895da253128c1e5.zip
Qt-bd5d323373dbaf9d827126b77895da253128c1e5.tar.gz
Qt-bd5d323373dbaf9d827126b77895da253128c1e5.tar.bz2
cetest build fix
Introducing a new define for building qmake without generators. QT_BUILD_QMAKE_NO_GENERATORS is used for cetest and the qmake COM wrapper of the Visual Studio Add-in. Reviewed-by: mauricek
Diffstat (limited to 'tools/qtestlib')
-rw-r--r--tools/qtestlib/wince/cetest/cetest.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qtestlib/wince/cetest/cetest.pro b/tools/qtestlib/wince/cetest/cetest.pro
index 2773fe4..4f0baab 100644
--- a/tools/qtestlib/wince/cetest/cetest.pro
+++ b/tools/qtestlib/wince/cetest/cetest.pro
@@ -13,7 +13,8 @@ DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED QT_NO_CODECS QT_LITE_UNICODE QT
QT_NO_STL QT_NO_COMPRESS QT_NO_DATASTREAM \
QT_NO_TEXTCODEC QT_NO_UNICODETABLES QT_NO_THREAD \
QT_NO_SYSTEMLOCALE QT_NO_GEOM_VARIANT \
- QT_NODLL QT_NO_QOBJECT
+ QT_NODLL QT_NO_QOBJECT \
+ QT_BUILD_QMAKE_NO_GENERATORS
INCLUDEPATH = \
$$QT_SOURCE_TREE/tools/qtestlib/ce/cetest \