diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-03-25 13:42:52 +0100 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-03-25 13:47:19 +0100 |
commit | bd5d323373dbaf9d827126b77895da253128c1e5 (patch) | |
tree | bbf62561992a1dbf01a9ff1a642713fb2a8dc226 /tools/qtestlib/wince | |
parent | 70f8e3ed2fea750a6a0fd7e08b10330a04eda6a0 (diff) | |
download | qt4-tools-bd5d323373dbaf9d827126b77895da253128c1e5.tar.gz |
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/wince')
-rw-r--r-- | tools/qtestlib/wince/cetest/cetest.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qtestlib/wince/cetest/cetest.pro b/tools/qtestlib/wince/cetest/cetest.pro index 2773fe4484..4f0baab369 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 \ |