chore: prune a few CMakeLists.txt files

master
Johan Ouwerkerk 2020-09-25 19:42:33 +02:00
parent 420198c49a
commit 937a48bed7
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ set(keysmith_internal_libs keysmith_lib)
qt5_add_resources(RESOURCES resources.qrc)
add_executable(keysmith ${keysmith_SRCS} ${RESOURCES})
target_link_libraries(keysmith
Qt5::Core Qt5::Qml Qt5::Quick Qt5::Svg
Qt5::Core Qt5::Gui Qt5::Qml Qt5::Quick Qt5::Svg
KF5::I18n
${keysmith_internal_libs}
)

View File

@ -8,4 +8,4 @@ set(keysmith_SRCS
)
add_library(keysmith_lib STATIC ${keysmith_SRCS})
target_link_libraries(keysmith_lib Qt5::Core Qt5::Qml Qt5::Gui model_lib account_lib)
target_link_libraries(keysmith_lib Qt5::Core Qt5::Gui model_lib account_lib)