Qt6: use C++17 compiler mode to build cbindings

This commit is contained in:
Maxim Ganetsky 2022-11-13 00:41:04 +00:00
parent e5708ced80
commit 0f6a659df2

View File

@ -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)