mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update deploy.yml
This commit is contained in:
parent
3d93e69cbd
commit
4f3d97a017
21
.github/workflows/deploy.yml
vendored
21
.github/workflows/deploy.yml
vendored
@ -28,16 +28,17 @@ env:
|
|||||||
QML_DIR: "../../app/qml"
|
QML_DIR: "../../app/qml"
|
||||||
PUBLISHER: "Alex Spataru"
|
PUBLISHER: "Alex Spataru"
|
||||||
DESCRIPTION: "Multi-purpose serial data visualization & processing program"
|
DESCRIPTION: "Multi-purpose serial data visualization & processing program"
|
||||||
QT_MODULES: qt3d \
|
QT_MODULES: |
|
||||||
qtgraphs \
|
qt3d
|
||||||
qtquick3d \
|
qtgraphs
|
||||||
qtlocation \
|
qt5compat
|
||||||
qtdatavis3d \
|
qtquick3d
|
||||||
qtserialport \
|
qtlocation
|
||||||
qtshadertools \
|
qtdatavis3d
|
||||||
qtcore5compat \
|
qtserialport
|
||||||
qtpositioning \
|
qtshadertools
|
||||||
qtconnectivity
|
qtpositioning
|
||||||
|
qtconnectivity
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Workflow jobs (GNU/Linux, macOS & Windows)
|
# Workflow jobs (GNU/Linux, macOS & Windows)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user