From 65b324a8f4bc2f26bb973d6569d6d2e7a331a9ed Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Sun, 27 Oct 2024 05:50:58 -0500 Subject: [PATCH] Update deploy.yml to include QtQuick3D --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7f31d4bf..cb1c5e9a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ env: UNIXNAME: "serial-studio" QML_DIR: "../../app/qml" PUBLISHER: "Alex Spataru" - QT_MODULES: qtserialport qtconnectivity qtpositioning qtlocation qtgraphs + QT_MODULES: qtserialport qtconnectivity qtpositioning qtlocation qtgraphs qtquick3d #-------------------------------------------------------------------------------- # Workflow jobs (GNU/Linux, macOS & Windows)