forked from qt-creator/qt-creator
CMakePM: Fix importing of Qt projects
Amends ca04d9afcd
Fixes: QTCREATORBUG-25767
Change-Id: I099662a52bbae40541698edb80ba0576eda70884
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user