remove linked libraries

This commit is contained in:
Tobias Fella 2020-02-29 00:14:25 +01:00
parent 5ae34b56f7
commit ed2fb9575e
No known key found for this signature in database
GPG Key ID: E55EDAB3CA5D9925
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ set(alligator_SRCS
resources.qrc
)
add_executable(alligator ${alligator_SRCS} ${RESOURCES})
target_link_libraries(alligator Qt5::Core Qt5::Qml Qt5::Quick Qt5::Svg Qt5::Sql KF5::KIOCore KF5::KIOFileWidgets KF5::KIONTLM KF5::Syndication)
add_executable(alligator ${alligator_SRCS})
target_link_libraries(alligator Qt5::Core Qt5::Qml Qt5::Quick Qt5::Svg Qt5::Sql KF5::Syndication)
install(TARGETS alligator ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})