Skip to content

Commit 7bd5111

Browse files
committed
Add last of AppImage Qt dependencies
1 parent 067458f commit 7bd5111

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
253254
fi
254255
cd build

0 commit comments

Comments
 (0)