summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-03-12 11:06:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-13 09:49:27 +0100
commit251b76ad92f4bd5d145b37ad0c5a71db279b0e7c (patch)
treeb97f2d6eedd7230181e3f724b8d60b9c4a785157 /tests/auto/cmake
parent24f92f79e5d1198e79f4d46489af35999e8e74cf (diff)
Install the Qt5LinguistToolsConfigVersion.cmake file.
Change-Id: I8f14f79c1e8e17816d63303f130773780547346a 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_translation_macros/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/cmake/test_translation_macros/CMakeLists.txt b/tests/auto/cmake/test_translation_macros/CMakeLists.txt
index f620059c3..14ecb40e3 100644
--- a/tests/auto/cmake/test_translation_macros/CMakeLists.txt
+++ b/tests/auto/cmake/test_translation_macros/CMakeLists.txt
@@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8)
project(test_translation_macros)
-find_package(Qt5Core REQUIRED)
-find_package(Qt5LinguistTools REQUIRED)
+find_package(Qt5Core 5.0.0 REQUIRED)
+find_package(Qt5LinguistTools 5.0.0 REQUIRED)
include_directories(
${Qt5Core_INCLUDE_DIRS}