forked from qt-creator/qt-creator
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user