Skip to content

Commit 29d56c6

Browse files
committed
depends: -optimized-qmake is now -optimized-tools
1 parent ccdda96 commit 29d56c6

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
@@ -63,7 +63,7 @@ $(package)_config_opts += -no-xinput2
6363
$(package)_config_opts += -nomake examples
6464
$(package)_config_opts += -nomake tests
6565
$(package)_config_opts += -opensource
66-
$(package)_config_opts += -optimized-qmake
66+
$(package)_config_opts += -optimized-tools
6767
$(package)_config_opts += -pch
6868
$(package)_config_opts += -pkg-config
6969
$(package)_config_opts += -prefix $(host_prefix)

0 commit comments

Comments
 (0)