summaryrefslogtreecommitdiffstats
path: root/tools/configure/configure.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/configure.pro')
-rw-r--r--tools/configure/configure.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro
index f1767e16cd..9149a30e3e 100644
--- a/tools/configure/configure.pro
+++ b/tools/configure/configure.pro
@@ -1,9 +1,9 @@
-TARGET = configure
+TARGET = configureapp
DESTDIR = $$PWD/../.. # build directly in source dir
CONFIG += console flat stl rtti_off
CONFIG -= moc qt
-DEFINES = UNICODE QT_NO_CODECS QT_NO_TEXTCODEC QT_NO_UNICODETABLES QT_LITE_COMPONENT QT_NO_COMPRESS QT_NO_THREAD QT_NO_QOBJECT QT_NO_GEOM_VARIANT _CRT_SECURE_NO_DEPRECATE QT_USE_QSTRINGBUILDER
+DEFINES = UNICODE _CRT_SECURE_NO_DEPRECATE QT_USE_QSTRINGBUILDER
DEFINES += QT_BOOTSTRAPPED QT_BUILD_CONFIGURE
win32 : LIBS += -lole32 -ladvapi32