From cc2dc25f066cdc60322813283ad05395e2f455a2 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sat, 13 Jun 2009 10:59:15 +0200 Subject: [PATCH] More good compile-time ascii checks. Disabled for now since it requires more work to support them. --- src/src.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 4a6bc04..ad9af71 100644 --- a/src/src.pro +++ b/src/src.pro @@ -6,7 +6,8 @@ TARGET = vng INCLUDEPATH += hunks patches commands # this is a line we can enable for static linking #LIBS += -Wl,-Bstatic -lQtCore -Wl,-Bdynamic -#DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII +#DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII QT_STRICT_ITERATORS +DEFINES -= QT3_SUPPORT # Input SOURCES += \ -- 2.11.4.GIT