mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 17:49:25 +02:00
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:
parent
bff5a39d0b
commit
10bec94907
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user