Remove unneeded KIO linkage
This commit is contained in:
parent
d9e6f7a825
commit
6215355f28
@ -21,7 +21,7 @@ MACRO(PLASMA_UNIT_TESTS)
|
||||
FOREACH(_testname ${ARGN})
|
||||
set(libs Qt5::Qml Qt5::Test KF5::Plasma KF5::PlasmaQuick
|
||||
KF5::Archive KF5::CoreAddons KF5::ConfigGui KF5::I18n
|
||||
KF5::KIOCore KF5::Service KF5::IconThemes
|
||||
KF5::Service KF5::IconThemes
|
||||
KF5::Declarative)
|
||||
if(QT_QTOPENGL_FOUND)
|
||||
list(APPEND libs Qt5::OpenGL)
|
||||
@ -50,7 +50,7 @@ endif()
|
||||
|
||||
set(coronatest_srcs coronatest.cpp)
|
||||
qt5_add_resources(coronatest_srcs coronatestresources.qrc)
|
||||
ecm_add_test(${coronatest_srcs} TEST_NAME coronatest LINK_LIBRARIES Qt5::Gui Qt5::Widgets Qt5::Test KF5::KIOCore KF5::Plasma KF5::CoreAddons KF5::XmlGui)
|
||||
ecm_add_test(${coronatest_srcs} TEST_NAME coronatest LINK_LIBRARIES Qt5::Gui Qt5::Widgets Qt5::Test KF5::Plasma KF5::CoreAddons KF5::XmlGui)
|
||||
|
||||
set(sortfiltermodeltest_srcs
|
||||
sortfiltermodeltest.cpp
|
||||
|
@ -47,7 +47,6 @@ target_link_libraries(KF5PlasmaQuick
|
||||
KF5::WindowSystem
|
||||
PRIVATE
|
||||
Qt5::Svg
|
||||
KF5::KIOWidgets
|
||||
KF5::I18n
|
||||
KF5::IconThemes
|
||||
KF5::Service
|
||||
|
@ -7,4 +7,4 @@ kcoreaddons_desktop_to_json(
|
||||
|
||||
|
||||
target_link_libraries(plasma_engine_testengine
|
||||
KF5::KIOWidgets KF5::Plasma)
|
||||
Qt5::Widgets KF5::Plasma)
|
||||
|
Loading…
Reference in New Issue
Block a user