Skip to content

Commit

Permalink
compile without rtti
Browse files Browse the repository at this point in the history
no point in it

Change-Id: Id6ad95c197095131c6c100afe37b3d48adb157d1
Reviewed-by: Joerg Bornemann <[email protected]>
(cherry picked from commit dc810b81a38a2a4d33f6909ff213809e1bf384ca)
  • Loading branch information
ossilator authored and Qt by Nokia committed Mar 20, 2012
1 parent e8d5d26 commit 19bf4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/configure/configure.pro
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 19bf4c0

Please sign in to comment.