Migrated from Qt5(Kf5 to Qt6/Kf6 in cmake-files

This commit is contained in:
Magnus Hellströmer
2024-09-08 19:20:52 +02:00
parent 8c3343795a
commit d07214ab92
8 changed files with 27 additions and 40 deletions

View File

@@ -62,8 +62,8 @@ message("PROJECT_SOURCE_DIR :" ${PROJECT_SOURCE_DIR})
message("QET_DIR :" ${QET_DIR})
message("GIT_COMMIT_SHA :" ${GIT_COMMIT_SHA})
if(BUILD_WITH_KF5)
message("KF5_GIT_TAG :" ${KF5_GIT_TAG})
if(BUILD_WITH_KF6)
message("KF6_GIT_TAG :" ${KF6_GIT_TAG})
else()
add_definitions(-DBUILD_WITHOUT_KF5)
endif()