Make KWindowSystem a public dependency of plasmaquick

Dialog.h uses netwm_def.h in the header so it should be included by apps
that use plasmaquick implicitly

Change-Id: I55507f552025468dde32e4830a78e34dc35c03af
This commit is contained in:
David Edmundson 2014-09-26 16:47:46 +02:00
parent d9bf760c14
commit 0d209f9d2a

View File

@ -40,8 +40,8 @@ target_link_libraries(KF5PlasmaQuick
Qt5::Quick
Qt5::Qml
KF5::Plasma
PRIVATE
KF5::WindowSystem
PRIVATE
KF5::KIOWidgets
KF5::I18n
KF5::IconThemes