mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
CMake: quick followup
This commit is contained in:
parent
1269fea1fd
commit
d00b4152c4
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user