remove unneeded dependencies
This commit is contained in:
parent
2ef12f1ee8
commit
cc6a87cee4
@ -20,7 +20,7 @@
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Layouts 1.1
|
||||
|
||||
import org.kde.plasma.plasmoid 2.0
|
||||
//import org.kde.plasma.plasmoid 2.0
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
import org.kde.plasma.extras 2.0 as PlasmaExtras
|
||||
//import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||
|
@ -20,9 +20,7 @@ target_link_libraries(qtextracomponentsplugin
|
||||
Qt5::Quick
|
||||
Qt5::Qml
|
||||
Qt5::Gui
|
||||
KF5::Declarative
|
||||
KF5::IconThemes
|
||||
KF5::Plasma)
|
||||
KF5::IconThemes)
|
||||
|
||||
install(TARGETS qtextracomponentsplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/qtextracomponents)
|
||||
|
||||
|
@ -6,9 +6,7 @@ add_executable(fullmodelaccesstest columnproxymodeltest.cpp ../columnproxymodel.
|
||||
target_link_libraries(fullmodelaccesstest
|
||||
Qt5::Gui
|
||||
Qt5::Test
|
||||
KF5::CoreAddons
|
||||
KF5::I18n
|
||||
)
|
||||
|
||||
add_test(plasma-fullmodelaccesstest fullmodelaccesstest)
|
||||
add_test(fullmodelaccesstest fullmodelaccesstest)
|
||||
ecm_mark_as_test(fullmodelaccesstest)
|
||||
|
Loading…
Reference in New Issue
Block a user