diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp index 3de996bd4da..601ed3a1e70 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp @@ -168,7 +168,7 @@ static FilePath qmakeFromCMakeCache(const CMakeConfig &config) "project(qmake-probe LANGUAGES NONE)\n" "\n" "# Bypass Qt6's usage of find_dependency, which would require compiler\n" -"# and source code probing, which slows things unnecessarily" +"# and source code probing, which slows things unnecessarily\n" "file(WRITE \"${CMAKE_SOURCE_DIR}/CMakeFindDependencyMacro.cmake\"\n" "[=[" " macro(find_dependency dep)\n"