Revert "Don't list KF5::WindowSystem in public libraries"
PlasmaQuick::Dialog::WindowType uses KWindowSystem's API, so removing
it from the list of the public libraries causes compilation issues in
projects that depend on plasma-framework (such as plasma-desktop) which
no longer find KWindowSystem's includes.
This reverts commit f8de13c674
.
CCMAIL: kde@davidedmundson.co.uk
This commit is contained in:
parent
f8de13c674
commit
cf79873de6
@ -23,7 +23,7 @@ MACRO(PLASMA_UNIT_TESTS)
|
||||
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::Declarative KF5::WindowSystem)
|
||||
KF5::Declarative)
|
||||
if(QT_QTOPENGL_FOUND)
|
||||
list(APPEND libs Qt5::OpenGL)
|
||||
endif()
|
||||
|
@ -30,8 +30,8 @@ target_link_libraries(KF5PlasmaQuick
|
||||
Qt5::Quick
|
||||
Qt5::Qml
|
||||
KF5::Plasma
|
||||
PRIVATE
|
||||
KF5::WindowSystem
|
||||
PRIVATE
|
||||
KF5::KIOWidgets
|
||||
KF5::I18n
|
||||
KF5::IconThemes
|
||||
|
Loading…
Reference in New Issue
Block a user