mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Remove use of deprecated QtCore_VERSION_STRING for qt6 builds
This commit is contained in:
parent
912c0a86b5
commit
71a6eb727b
@ -466,7 +466,7 @@ if(WITH_CORE)
|
||||
set (QT_PLUGINS_DIR ${DEFAULT_QT_PLUGINS_DIR} CACHE STRING "Path to installation directory for Qt Plugins. Defaults to Qt native plugin directory")
|
||||
|
||||
if (WITH_QT6)
|
||||
message(STATUS "Found Qt version: ${Qt6Core_VERSION_STRING}")
|
||||
message(STATUS "Found Qt version: ${Qt6Core_VERSION}")
|
||||
else()
|
||||
message(STATUS "Found Qt version: ${Qt5Core_VERSION_STRING}")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user