Skip to content

Commit 9c1f24d

Browse files
Fix build_qt_static function to enforce module subset initialization and enable developer build
1 parent 4982fec commit 9c1f24d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/ci_linux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_qt_static() {
2323

2424
git clone https://github.com/qt/qt5.git .
2525
git checkout v6.5.2
26-
perl init-repository --module-subset=qtbase
26+
perl init-repository -f --module-subset=qtbase
2727

2828
cd qtbase || exit
2929

@@ -32,6 +32,7 @@ build_qt_static() {
3232
-platform linux-clang \
3333
-opensource -confirm-license \
3434
-nomake examples -nomake tests \
35+
-developer-build \
3536
-- -Wno-dev CXXFLAGS+="-DFORCE_STATIC_QT"
3637

3738
cmake --build . --parallel "$nproc"

0 commit comments

Comments
 (0)