diff options
author | Stephen Kelly <stephen.kelly@kdab.com> | 2013-03-12 11:06:20 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-13 09:49:27 +0100 |
commit | 251b76ad92f4bd5d145b37ad0c5a71db279b0e7c (patch) | |
tree | b97f2d6eedd7230181e3f724b8d60b9c4a785157 /tests | |
parent | 24f92f79e5d1198e79f4d46489af35999e8e74cf (diff) | |
download | qttools-251b76ad92f4bd5d145b37ad0c5a71db279b0e7c.tar.gz |
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')
-rw-r--r-- | tests/auto/cmake/test_translation_macros/CMakeLists.txt | 4 |
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} |