Skip to content

Commit

Permalink
depends: -optimized-qmake is now -optimized-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Dec 13, 2019
1 parent ccdda96 commit 29d56c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $(package)_config_opts += -no-xinput2
$(package)_config_opts += -nomake examples
$(package)_config_opts += -nomake tests
$(package)_config_opts += -opensource
$(package)_config_opts += -optimized-qmake
$(package)_config_opts += -optimized-tools
$(package)_config_opts += -pch
$(package)_config_opts += -pkg-config
$(package)_config_opts += -prefix $(host_prefix)
Expand Down

0 comments on commit 29d56c6

Please sign in to comment.