From 91cd2009bd446091c90c79ecf29e29db8768956e Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 12 Mar 2013 10:38:22 +0100 Subject: Generate a Qt5ConfigVersion.cmake file. This allows finding a minimum particular version of Qt 5. Change-Id: I96112f1be90f397ec60a2b233989ac0e0380bef9 Reviewed-by: Alexander Neundorf Reviewed-by: Stephen Kelly --- tests/auto/cmake/test_umbrella_config/components_found/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/cmake') diff --git a/tests/auto/cmake/test_umbrella_config/components_found/CMakeLists.txt b/tests/auto/cmake/test_umbrella_config/components_found/CMakeLists.txt index 91cb623deb..2099e36068 100644 --- a/tests/auto/cmake/test_umbrella_config/components_found/CMakeLists.txt +++ b/tests/auto/cmake/test_umbrella_config/components_found/CMakeLists.txt @@ -1,6 +1,6 @@ # The module finds its dependencies -find_package(Qt5 +find_package(Qt5 5.1.0 COMPONENTS Core OPTIONAL_COMPONENTS DoesNotExist ) -- cgit v1.2.3