summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-09 18:47:37 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-09 22:13:34 +0100
commitdc810b81a38a2a4d33f6909ff213809e1bf384ca (patch)
treefa6e6904b73a8a89e5b8761a1dfefcbbfb5efc4f
parent946501ab350f0c3dbaf163c03415f459efb8c6bd (diff)
compile without rtti
no point in it Change-Id: Id6ad95c197095131c6c100afe37b3d48adb157d1 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
-rw-r--r--tools/configure/configure.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro
index 6dd37233a3..b0224891c3 100644
--- a/tools/configure/configure.pro
+++ b/tools/configure/configure.pro
@@ -1,7 +1,7 @@
TARGET = configure
DESTDIR = $$PWD/../.. # build directly in source dir
-CONFIG += console flat stl
+CONFIG += console flat stl rtti_off
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