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:
Aleix Pol 2014-05-26 04:16:57 +02:00
parent 38b16d5149
commit efdf1ca917

View File

@ -110,8 +110,8 @@ endif()
target_link_libraries(KF5Plasma target_link_libraries(KF5Plasma
PUBLIC PUBLIC
KF5::Service # For kplugininfo.h and kservice.h KF5::Service # For kplugininfo.h and kservice.h
PRIVATE
Qt5::Gui Qt5::Gui
PRIVATE
Qt5::Sql Qt5::Sql
Qt5::Svg Qt5::Svg
Qt5::DBus Qt5::DBus