Replaced BUILD_WITHOUT_KF5 to BUILD_WITHOUT_KF6

This commit is contained in:
Magnus Hellströmer
2024-09-08 23:15:38 +02:00
parent 40abc3892c
commit a88d485051
10 changed files with 22 additions and 22 deletions

View File

@@ -65,7 +65,7 @@ message("GIT_COMMIT_SHA :" ${GIT_COMMIT_SHA})
if(BUILD_WITH_KF6)
message("KF6_GIT_TAG :" ${KF6_GIT_TAG})
else()
add_definitions(-DBUILD_WITHOUT_KF5)
add_definitions(-DBUILD_WITHOUT_KF6)
endif()
message("QET_COMPONENTS :" ${QET_COMPONENTS})
message("QT_VERSION_MAJOR :" ${QT_VERSION_MAJOR})