From cb03577711a7dddd6444c0f6114fbf3785552353 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 9 Feb 2012 18:41:21 +0100 Subject: properly enable stl via qmake instead of hacking compiler flags Change-Id: I2c037c9a28043afe53167a766bce7c9d09b8f3a3 Reviewed-by: Joerg Bornemann --- tools/configure/configure.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro index 8819fef576..6e0571c5b8 100644 --- a/tools/configure/configure.pro +++ b/tools/configure/configure.pro @@ -1,13 +1,12 @@ TARGET = configure DESTDIR = $$PWD/../.. # build directly in source dir -CONFIG += console flat +CONFIG += console flat stl CONFIG -= moc qt DEFINES = UNICODE QT_NODLL QT_NO_CODECS QT_NO_TEXTCODEC QT_NO_UNICODETABLES QT_LITE_COMPONENT QT_NO_STL QT_NO_COMPRESS QT_NO_THREAD QT_NO_QOBJECT QT_NO_GEOM_VARIANT _CRT_SECURE_NO_DEPRECATE DEFINES += QT_BOOTSTRAPPED win32 : LIBS += -lole32 -ladvapi32 -win32-msvc.net | win32-msvc2* : QMAKE_CXXFLAGS += /EHsc win32-g++* : LIBS += -luuid win32-msvc* { -- cgit v1.2.3