Use ${KF5_DEP_VERSION} for dependencies in examples/

This commit is contained in:
Alex Merry 2014-06-01 11:32:59 +01:00
parent 0ba95b52f7
commit 5a92af8229

View File

@ -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)