Skip to content

Commit

Permalink
[Deployment] fix bad link order.
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Sep 6, 2019
1 parent 90f107d commit bccaebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions depends/packages/qt.mk
Expand Up @@ -196,14 +196,14 @@ define $(package)_config_cmds
$(MAKE) sub-src-clean && \
cd ../qttranslations && ../qtbase/bin/qmake qttranslations.pro -o Makefile && \
cd translations && ../../qtbase/bin/qmake translations.pro -o Makefile && cd ../.. && \
cd qttools/src/linguist/lrelease/ && ../../../../qtbase/bin/qmake lrelease.pro -o Makefile && \
cd ../lupdate/ && ../../../../qtbase/bin/qmake lupdate.pro -o Makefile && cd ../../../.. && \
cd qtsvg && ../qtbase/bin/qmake qtsvg.pro -o Makefile && \
cd src/svg && ../../../qtbase/bin/qmake svg.pro -o Makefile && cd ../../.. && \
cd qtsvg/src/plugins && ../../../qtbase/bin/qmake plugins.pro -o Makefile && cd ../../.. && \
cd qtsvg/src/plugins/imageformats && ../../../../qtbase/bin/qmake imageformats.pro -o Makefile && cd ../../../.. && \
cd qtsvg/src/plugins/imageformats/svg && ../../../../../qtbase/bin/qmake svg.pro -o Makefile && cd ../../../../.. && \
cd qtcharts && ../qtbase/bin/qmake qtcharts.pro -o Makefile && \
cd qttools/src/linguist/lrelease/ && ../../../../qtbase/bin/qmake lrelease.pro -o Makefile && \
cd ../lupdate/ && ../../../../qtbase/bin/qmake lupdate.pro -o Makefile && cd ../../../..
cd qtcharts && ../qtbase/bin/qmake qtcharts.pro -o Makefile
endef

define $(package)_build_cmds
Expand Down

0 comments on commit bccaebd

Please sign in to comment.