Use ${KF5_DEP_VERSION} for dependencies in examples/
This commit is contained in:
parent
0ba95b52f7
commit
5a92af8229
@ -1,7 +1,7 @@
|
||||
find_package(KF5Parts ${KF5_VERSION} REQUIRED)
|
||||
find_package(KF5Parts ${KF5_DEP_VERSION} REQUIRED)
|
||||
set_package_properties(KF5Parts PROPERTIES PURPOSE "Required for examples")
|
||||
|
||||
find_package(KF5WidgetsAddons ${KF5_VERSION} REQUIRED)
|
||||
find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
|
||||
set_package_properties(KF5WidgetsAddons PROPERTIES PURPOSE "Required for examples")
|
||||
|
||||
add_subdirectory(applets)
|
||||
|
Loading…
Reference in New Issue
Block a user