follow move of cmake file templates
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Thu, 6 Dec 2012 15:29:34 +0000 (16:29 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 10 Dec 2012 07:46:31 +0000 (08:46 +0100)
Change-Id: I712dc95c62597064acf60ecc594638c3a69ff8e8
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
src/linguist/linguist.pro

index b35928f..7123998 100644 (file)
@@ -27,7 +27,7 @@ contains(CMAKE_BIN_DIR, "$${CMAKE_QT_INSTALL_PREFIX_ESCAPED}.*") {
 }
 
 cmake_linguist_config_file.input = $$PWD/Qt5LinguistToolsConfig.cmake.in
-cmake_linguist_config_version_file.input = $$[QT_INSTALL_DATA]/mkspecs/cmake/Qt5ConfigVersion.cmake.in
+cmake_linguist_config_version_file.input = $$[QT_HOST_DATA]/mkspecs/features/data/cmake/Qt5ConfigVersion.cmake.in
 cmake_linguist_macros_file.input = $$PWD/Qt5LinguistToolsMacros.cmake
 # NOTE: We need to put the linguist tools cmake files in the lib directory. The lib directory
 # as set by the uitools module is used for that, as linguist doesn't set such a variable.