CMakePM: Remove QT_QMAKE_EXECUTABLE warning

By referencing it in the auto-setup.cmake script.

Fixes: QTCREATORBUG-26072
Change-Id: I8b2d06f08da96cfa498f818db4c2428702756516
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Cristian Adam
2021-07-30 18:11:17 +02:00
parent 17505a6d12
commit 1bf9900aed

View File

@@ -1,3 +1,8 @@
#
# Internal Qt Creator variable reference
#
set(__just_reference_QT_QMAKE_EXECUTABLE ${QT_QMAKE_EXECUTABLE})
if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake")
include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake")
endif()