summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-03-12 10:38:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-13 16:07:09 +0100
commit91cd2009bd446091c90c79ecf29e29db8768956e (patch)
tree40118beec796f8e04b56cda0085500553b7e1a20 /tests/auto/cmake
parent7cf603e92e2139215220ff5fa2f0c4e65db676c9 (diff)
Generate a Qt5ConfigVersion.cmake file.
This allows finding a minimum particular version of Qt 5. Change-Id: I96112f1be90f397ec60a2b233989ac0e0380bef9 Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests/auto/cmake')
-rw-r--r--tests/auto/cmake/test_umbrella_config/components_found/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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
)