diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-02-09 17:47:37 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-20 10:56:50 (GMT) |
commit | 19bf4c0bc38003704cf50f325d3a031aa72f85de (patch) | |
tree | 185ca79c28d2901304d4e195d66a8f1c155adad9 /tools | |
parent | e8d5d26d0dcf29afaeef584af6b737d90cc2850c (diff) | |
download | Qt-19bf4c0bc38003704cf50f325d3a031aa72f85de.zip Qt-19bf4c0bc38003704cf50f325d3a031aa72f85de.tar.gz Qt-19bf4c0bc38003704cf50f325d3a031aa72f85de.tar.bz2 |
compile without rtti
no point in it
Change-Id: Id6ad95c197095131c6c100afe37b3d48adb157d1
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
(cherry picked from commit dc810b81a38a2a4d33f6909ff213809e1bf384ca)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure/configure.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro index 153ca5b..542c740 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 |