Skip to content

Commit 2f5dfe4

Browse files
committed
depends: build qt in c++17 mode
1 parent 104e859 commit 2f5dfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $(package)_config_opts_release = -release
2929
$(package)_config_opts_release += -silent
3030
$(package)_config_opts_debug = -debug
3131
$(package)_config_opts += -bindir $(build_prefix)/bin
32-
$(package)_config_opts += -c++std c++11
32+
$(package)_config_opts += -c++std c++1z
3333
$(package)_config_opts += -confirm-license
3434
$(package)_config_opts += -hostprefix $(build_prefix)
3535
$(package)_config_opts += -no-compile-examples

0 commit comments

Comments
 (0)