Replacing KF5 missed in shell print out.

This commit is contained in:
Andre Rummler
2026-08-10 19:28:38 +02:00
parent 206c37f620
commit c5d714089f
+1 -1
View File
@@ -63,7 +63,7 @@ message("QET_DIR :" ${QET_DIR})
message("GIT_COMMIT_SHA :" ${GIT_COMMIT_SHA})
if(BUILD_WITH_KF)
message("KF_GIT_TAG :" ${KF5_GIT_TAG})
message("KF_GIT_TAG :" ${KF_GIT_TAG})
else()
add_definitions(-DBUILD_WITHOUT_KF)
endif()