summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-07-03 13:59:35 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-07-04 17:03:23 +0000
commit13a25b89b2f7e44fe596bf37a114c6be56f50ec2 (patch)
tree2317b47b64aab48fb6db809caf97743937a54223
parent4ec82667f632992e827299c96d3bfd2b221a029b (diff)
downloadqttools-13a25b89b2f7e44fe596bf37a114c6be56f50ec2.tar.gz
fix installation of cmake config for linguist in clean builds
... by using the right CONFIG flag. Change-Id: I24eab0454a45f2de1a023c357334330adaf0e7e1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--src/linguist/linguist.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linguist/linguist.pro b/src/linguist/linguist.pro
index 103336daf..e472102b4 100644
--- a/src/linguist/linguist.pro
+++ b/src/linguist/linguist.pro
@@ -46,5 +46,5 @@ QMAKE_SUBSTITUTES += cmake_linguist_config_file cmake_linguist_config_version_fi
cmake_linguist_tools_files.files += $$cmake_linguist_config_file.output $$cmake_linguist_config_version_file.output $$cmake_linguist_macros_file.output
cmake_linguist_tools_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5LinguistTools
-cmake_linguist_tools_files.CONFIG = no_check_exists
+cmake_linguist_tools_files.CONFIG = no_check_exist
INSTALLS += cmake_linguist_tools_files