Proper set up of dependencies
This commit is contained in:
parent
70413c7232
commit
428b28db36
1 changed files with 4 additions and 3 deletions
|
@ -21,13 +21,14 @@ find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED
|
||||||
find_package(KF5 ${KF5_VERSION} REQUIRED
|
find_package(KF5 ${KF5_VERSION} REQUIRED
|
||||||
IconThemes # Handling of icons
|
IconThemes # Handling of icons
|
||||||
CoreAddons # Caches
|
CoreAddons # Caches
|
||||||
TextWidgets #
|
GuiAddons # Image cache
|
||||||
|
TextWidgets #
|
||||||
XmlGui # User interface
|
XmlGui # User interface
|
||||||
ConfigWidgets # Handling of configuration
|
ConfigWidgets # Handling of configuration
|
||||||
KIOCore # Jobs
|
KIO # Jobs
|
||||||
KDELibs4Support # Transitional
|
KDELibs4Support # Transitional
|
||||||
)
|
)
|
||||||
|
|
||||||
include(ECMInstallIcons)
|
include(ECMInstallIcons)
|
||||||
include(KDEInstallDirs)
|
include(KDEInstallDirs)
|
||||||
include(KDECompilerSettings)
|
include(KDECompilerSettings)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue