Skip to content

Commit

Permalink
Add disable-deprecated-up-to option
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 6, 2024
1 parent 0cc81d2 commit 0e1a800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ $(package)_config_opts_debug += -optimized-tools
ifneq ($(host),$(build))
$(package)_config_opts += -qt-host-path $(build_prefix)
endif
$(package)_config_opts += -disable-deprecated-up-to $(qt_details_hex_version)
$(package)_config_opts += -no-egl
$(package)_config_opts += -no-eglfs
$(package)_config_opts += -no-evdev
Expand Down
1 change: 1 addition & 0 deletions depends/packages/qt_details.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
qt_details_version := 6.7.3
qt_details_hex_version := 0x060703
qt_details_download_path := https://download.qt.io/official_releases/qt/6.7/$(qt_details_version)/submodules
qt_details_suffix := everywhere-src-$(qt_details_version).tar.xz

Expand Down

0 comments on commit 0e1a800

Please sign in to comment.