Proper set up of dependencies

This commit is contained in:
Luca Beltrame 2014-10-04 00:02:09 +02:00
parent 70413c7232
commit 428b28db36

View file

@ -21,13 +21,14 @@ find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED
find_package(KF5 ${KF5_VERSION} REQUIRED
IconThemes # Handling of icons
CoreAddons # Caches
TextWidgets #
GuiAddons # Image cache
TextWidgets #
XmlGui # User interface
ConfigWidgets # Handling of configuration
KIOCore # Jobs
KIO # Jobs
KDELibs4Support # Transitional
)
include(ECMInstallIcons)
include(KDEInstallDirs)
include(KDECompilerSettings)