mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 08:58:23 +02:00
Qt6: use C++17 compiler mode to build cbindings
This commit is contained in:
parent
e5708ced80
commit
0f6a659df2
@ -85,7 +85,9 @@ CONFIG -= link_prl
|
||||
CONFIG += release
|
||||
CONFIG += dll
|
||||
CONFIG += warn_off
|
||||
|
||||
|
||||
CONFIG += c++1z
|
||||
|
||||
message("Pascal Qt Interface for binding platform:" $$PLATFORM)
|
||||
DEFINES += $$PLATFORM
|
||||
message("Install location:" $$target.path)
|
||||
|
Loading…
Reference in New Issue
Block a user