mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 21:50:39 +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 += release
|
||||||
CONFIG += dll
|
CONFIG += dll
|
||||||
CONFIG += warn_off
|
CONFIG += warn_off
|
||||||
|
|
||||||
|
CONFIG += c++1z
|
||||||
|
|
||||||
message("Pascal Qt Interface for binding platform:" $$PLATFORM)
|
message("Pascal Qt Interface for binding platform:" $$PLATFORM)
|
||||||
DEFINES += $$PLATFORM
|
DEFINES += $$PLATFORM
|
||||||
message("Install location:" $$target.path)
|
message("Install location:" $$target.path)
|
||||||
|
Loading…
Reference in New Issue
Block a user