CMake: quick followup

This commit is contained in:
blaze 2024-10-11 21:57:00 +03:00
parent 1269fea1fd
commit d00b4152c4
No known key found for this signature in database
GPG Key ID: C4996C546950EAE4

View File

@ -2,7 +2,7 @@
add_executable(zeit_helper zeithelper.cpp)
if(WITH_QT6)
target_link_libraries(zeit_helper KF6::AuthCore)
target_include_directories(zeit_helper PRIVATE Qt5::Core KF6::Auth)
target_include_directories(zeit_helper PRIVATE Qt6::Core KF6::Auth)
else()
target_link_libraries(zeit_helper KF5::AuthCore)
target_include_directories(zeit_helper PRIVATE Qt5::Core KF5::Auth)