Qt6: Use c++17 value instead of c++1z to specify C++ standard (for Qt6 c++1z is marked as an obsolete alias for c++17, for Qt5 they are synonyms).

Reference: https://doc.qt.io/qt-6/qmake-variable-reference.html#config
This commit is contained in:
Maxim Ganetsky 2022-11-14 02:17:15 +03:00
parent bff5a39d0b
commit 10bec94907

View File

@ -86,7 +86,7 @@ CONFIG += release
CONFIG += dll
CONFIG += warn_off
CONFIG += c++1z
CONFIG += c++17
message("Pascal Qt Interface for binding platform:" $$PLATFORM)
DEFINES += $$PLATFORM