File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ This script assumes you've already installed the following dependencies:
9595 > build-essential
9696 > cmake
9797 > python3-venv
98- > Run: sudo apt install build-essential cmake python3-venv gettext libgl1-mesa-dev libxkbcommon-x11-dev
98+ > Run: sudo apt install build-essential cmake python3-venv gettext libgl1-mesa-dev libxkbcommon-x11-dev default-libmysqlclient-dev
9999
100100 For macOS:
101101 > CMake
@@ -249,6 +249,7 @@ elif [[ "$PLATFORM" == "linux" ]]; then
249249 echo " $LINUX_DEPLOY_QT could not be found"
250250 exit 1
251251 fi
252+ export EXTRA_QT_MODULES=" core;quick;quickcontrols2;svg;widgets;network;"
252253 QMAKE=$CMAKE_PREFIX_PATH /bin/qmake $LINUX_DEPLOY --appdir $AppDir --output appimage --plugin qt
253254fi
254255cd build
You can’t perform that action at this time.
0 commit comments