Skip to content

Commit 2a32d45

Browse files
fix: Changed the flag DQT_FEATURE_concurrent to ON
1 parent ae393e7 commit 2a32d45

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/ci_dev_linux.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ build_static_qt() {
5858
mkdir -p libclang
5959
7z x libclang.7z -olibclang
6060

61+
local skip_modules="qtwebengine;qt3d;qt5compat;qtactiveqt;qtcharts;qtconnectivity;qtdatavis3d;qtdoc;qtgamepad;qtgraphicaleffects;qthttpserver;qtimageformats;qtlocation;qtlottie;qtmultimedia;qtnetworkauth;qtopcua;qtpositioning;qtpurchasing;qtquick3d;qtquickcontrols2;qtquicktimeline;qtremoteobjects;qtsensors;qtspeech;qtstatemachine;qtsvg;qtvirtualkeyboard;qtwayland;qtwebchannel;qtwebsockets;qtwebview;qtx11extras;qtxmlpatterns"
6162
cmake "../qt-src/qt-everywhere-src-$qt_version" \
6263
-G "Ninja" \
6364
-DCMAKE_BUILD_TYPE=Release \
@@ -81,7 +82,7 @@ build_static_qt() {
8182
-DQT_FEATURE_widgets=ON \
8283
-DQT_FEATURE_gui=ON \
8384
-DQT_FEATURE_network=ON \
84-
-DQT_FEATURE_concurrent=OFF \
85+
-DQT_FEATURE_concurrent=ON \
8586
-DQT_FEATURE_xml=ON \
8687
-DQT_FEATURE_optimize_size=ON \
8788
-DQT_FEATURE_pkg_config=OFF \
@@ -93,7 +94,7 @@ build_static_qt() {
9394
-DQT_FEATURE_clang=ON \
9495
-DQT_FEATURE_clangcpp=ON \
9596
-DCMAKE_PREFIX_PATH="$PWD/libclang" \
96-
-DQT_SKIP_MODULES=qtwebengine;qt3d;qt5compat;qtactiveqt;qtcharts;qtquick3d
97+
-DQT_SKIP_MODULES="$skip_modules"
9798

9899
ninja -j "$nproc"
99100
sudo ninja install

0 commit comments

Comments
 (0)