QT_DISABLE_DEPRECATED_BEFORE isn't what we want

* This define disables deprecated functions, doesn't disable deprecation
  warnings from before a given version.
This commit is contained in:
baldurk
2019-07-10 15:18:13 +01:00
parent 6abfb6c790
commit fe22b7b3a9
-3
View File
@@ -32,9 +32,6 @@ INCLUDEPATH += $$_PRO_FILE_PWD_/3rdparty/scintilla/include
# Disable conversions to/from const char * in QString
DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
# Only count deprecated things from before 5.9, since that's our min spec
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050900
# Different output folders per platform
win32 {