mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Add QtCore5Compat module to deploy job
This commit is contained in:
parent
091577ebe6
commit
4241abcdf1
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
@ -28,8 +28,17 @@ env:
|
||||
QML_DIR: "../../app/qml"
|
||||
PUBLISHER: "Alex Spataru"
|
||||
DESCRIPTION: "Multi-purpose serial data visualization & processing program"
|
||||
QT_MODULES: qtserialport qtconnectivity qtpositioning qtlocation qtgraphs qtquick3d qt3d qtdatavis3d qtshadertools
|
||||
|
||||
QT_MODULES: qt3d \
|
||||
qtgraphs \
|
||||
qtquick3d \
|
||||
qtlocation \
|
||||
qtdatavis3d \
|
||||
qtserialport \
|
||||
qtshadertools \
|
||||
qtcore5compat \
|
||||
qtpositioning \
|
||||
qtconnectivity
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Workflow jobs (GNU/Linux, macOS & Windows)
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user