diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-05-06 09:00:47 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-05-06 09:35:23 (GMT) |
commit | a780cf591ed2d311489576152be7c4b453ad5963 (patch) | |
tree | 5bc2e02b43b6aae9fe44d8f4ddff8d9f2fcd3483 /src/tools/uic3 | |
parent | 2ca4ce848c63c9fa0a48c0f9f4e7fdbc90463bf1 (diff) | |
download | Qt-a780cf591ed2d311489576152be7c4b453ad5963.zip Qt-a780cf591ed2d311489576152be7c4b453ad5963.tar.gz Qt-a780cf591ed2d311489576152be7c4b453ad5963.tar.bz2 |
fix random miscompilation with msvc
Reviewed-by: joerg
Diffstat (limited to 'src/tools/uic3')
-rw-r--r-- | src/tools/uic3/uic3.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/uic3/uic3.pro b/src/tools/uic3/uic3.pro index 5ad3c4d..54f7dc8 100644 --- a/src/tools/uic3/uic3.pro +++ b/src/tools/uic3/uic3.pro @@ -1,5 +1,6 @@ TEMPLATE = app CONFIG += console qt_no_compat_warning +win32-msvc*:CONFIG += no_batch # otherwise the wrong main.cpp may be picked up CONFIG -= app_bundle build_all:!build_pass { CONFIG -= build_all |