Find KF5GuiAddons and KF5I18n

GuiAddons where linked by both kdecoration and kstyle, but never searched,
KF5I18n are needed for k18n_wrap_ui macro.
wilder-pre-rebase
Hrvoje Senjan 11 years ago
parent 372e8d9af8
commit efe9818c52
  1. 2
      kdecoration/CMakeLists.txt
  2. 3
      kstyle/CMakeLists.txt

@ -1,7 +1,7 @@
add_definitions(-DTRANSLATION_DOMAIN="breeze_kwin_deco")
find_package(KDecoration2 REQUIRED)
find_package(KF5 REQUIRED COMPONENTS CoreAddons ConfigWidgets WindowSystem)
find_package(KF5 REQUIRED COMPONENTS CoreAddons ConfigWidgets WindowSystem GuiAddons I18n)
find_package(Qt5 CONFIG REQUIRED COMPONENTS DBus)
### XCB

@ -42,7 +42,8 @@ else()
I18n
Config
ConfigWidgets
WindowSystem)
WindowSystem
GuiAddons)
find_package( KF5FrameworkIntegration CONFIG )
set_package_properties(KF5FrameworkIntegration PROPERTIES

Loading…
Cancel
Save