No more KDELibs4Support, yay!

This commit is contained in:
Luca Beltrame 2015-02-22 12:01:21 +01:00
parent b03ff01602
commit 80fb291b30
2 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
set(danbooru_client_VERSION_MAJOR 0)
set(danbooru_client_VERSION_MINOR 2)
set(danbooru_client_VERSION_PATCH 0)
find_package (ECM REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@ -25,13 +26,13 @@ find_package(KF5 ${KF5_VERSION} REQUIRED
IconThemes # Handling of icons
CoreAddons # Caches
GuiAddons # Image cache
Completion # KComboBox
TextWidgets #
XmlGui # User interface
ConfigWidgets # Handling of configuration
KIO # Jobs
Wallet # Password handling
Declarative # QML
KDELibs4Support # Transitional
)
include(ECMInstallIcons)
@ -45,6 +46,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
#add_subdirectory( doc )
add_subdirectory( src )
add_subdirectory( icons )
# add_subdirectory( icons )
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)