Skip to content

Commit 03eb94e

Browse files
committed
fix(build-qt): submodules missing
1 parent 328e053 commit 03eb94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-qt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ use_pch=-no-pch
99
source_dir="$root/Qt"
1010
install_dir="$root/3rdparty/Qt"
1111
ffmpeg_dir="$root/3rdparty/ffmpeg"
12+
submodules=qtbase,qtmultimedia,qtwayland
13+
1214
usage="Usage: build-qt [--static] [--shared]
1315
1416
Build Qt with static or shared linking.

0 commit comments

Comments
 (0)