GIT_SILENT: Use QT_NO_KEYWORDS. It will be the default in qt6

wilder
Laurent Montel 6 years ago
parent 9b5a42ee25
commit 48bf4d1322
  1. 1
      CMakeLists.txt

@ -151,6 +151,7 @@ if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
#add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054500) #Need to find a convert method for KPluginInfo::fromServices
endif()
add_definitions(-DQT_NO_FOREACH)
add_definitions(-DQT_NO_KEYWORDS)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Loading…
Cancel
Save