mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 19:59:37 +02:00
Qt6: use C++17 compiler mode to build cbindings
This commit is contained in:
parent
e5708ced80
commit
0f6a659df2
@ -86,6 +86,8 @@ 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