Make QtGui a public dependency of KF5::Plasma
Many classes from QtGui are specified in the header files, this alone is enough reason to make it a public dependency. (QGuiApplication, QFont, QPixmap are some examples). This also pulls QtCore (e.g. QString, QRect, QUrl), which also is, of course. CCMAIL: plasma-devel@kde.org
This commit is contained in:
parent
38b16d5149
commit
efdf1ca917
@ -110,8 +110,8 @@ endif()
|
||||
target_link_libraries(KF5Plasma
|
||||
PUBLIC
|
||||
KF5::Service # For kplugininfo.h and kservice.h
|
||||
PRIVATE
|
||||
Qt5::Gui
|
||||
PRIVATE
|
||||
Qt5::Sql
|
||||
Qt5::Svg
|
||||
Qt5::DBus
|
||||
|
Loading…
Reference in New Issue
Block a user