Skip to content
Snippets Groups Projects
Commit 8494afba authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

QT_USE_FAST_OPERATOR_PLUS still breaks *some* macs ...

... so just disable it for all macs.
parent 7a651913
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ LIBS += -L$$IDE_LIBRARY_PATH
#DEFINES += QT_NO_CAST_FROM_ASCII
DEFINES += QT_NO_CAST_TO_ASCII
DEFINES += QT_USE_FAST_OPERATOR_PLUS QT_USE_FAST_CONCATENATION
!macx:DEFINES += QT_USE_FAST_OPERATOR_PLUS QT_USE_FAST_CONCATENATION
unix {
CONFIG(debug, debug|release):OBJECTS_DIR = $${OUT_PWD}/.obj/debug-shared
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment