replace GREATER_EQUAL with GREATER

GREATER_EQUAL is not supported in CMake 2.8
This commit is contained in:
feng716
2024-07-06 15:39:33 +08:00
committed by Jake Turner
parent 295677f566
commit 2f7ebd461c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ DEFINES += QT_NO_DEPRECATED_WARNINGS
# HA HA good joke, QT_NO_DEPRECATED_WARNINGS only covers SOME warnings, not all
QMAKE_CXXFLAGS += -Wno-deprecated-declarations
QMAKE_CXXFLAGS += -Wno-error=template-id-cdtor
# Different output folders per platform
win32 {