diff options
| author | Alexander Lohnau <[email protected]> | 2021-11-11 19:57:15 +0100 |
|---|---|---|
| committer | Alexander Lohnau <[email protected]> | 2021-12-13 08:35:26 +0000 |
| commit | 432c7765997cb987362329d41c5bd67e734ca51d (patch) | |
| tree | 851f6473a370cf541abb4ad1b1b6b310d42620a0 /CMakeLists.txt | |
| parent | fbe1ecaa6ab2f96cfdd30cb61bea618de57c29e9 (diff) | |
Build without KDE & Qt derecations
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 281d48938..ffc7dad3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.87.0") +set(KF5_MIN_VERSION "5.89.0") set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -140,6 +140,9 @@ else() set(HAVE_TERMINAL TRUE) endif() +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800) + add_subdirectory(src) add_subdirectory(doc) |
