Remove CONFIG argument from find_package(KF5)
This is no longer wanted, since ECM has a FindKF5 module.
This commit is contained in:
parent
b92f4a6991
commit
e5a1f9b309
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ set_package_properties(Qt5Multimedia PROPERTIES
|
||||||
|
|
||||||
|
|
||||||
# required frameworks by Core
|
# required frameworks by Core
|
||||||
find_package(KF5 CONFIG REQUIRED COMPONENTS
|
find_package(KF5 REQUIRED COMPONENTS
|
||||||
Config
|
Config
|
||||||
ConfigWidgets
|
ConfigWidgets
|
||||||
CoreAddons
|
CoreAddons
|
||||||
|
@ -66,7 +66,7 @@ find_package(KF5 CONFIG REQUIRED COMPONENTS
|
||||||
WindowSystem
|
WindowSystem
|
||||||
)
|
)
|
||||||
# required frameworks by config modules
|
# required frameworks by config modules
|
||||||
find_package(KF5 CONFIG REQUIRED COMPONENTS
|
find_package(KF5 REQUIRED COMPONENTS
|
||||||
Completion
|
Completion
|
||||||
Declarative
|
Declarative
|
||||||
KCMUtils
|
KCMUtils
|
||||||
|
|
Loading…
Reference in a new issue