From c702046ccec16260dfd6830b8a8b47d98f1cd7f5 Mon Sep 17 00:00:00 2001 From: amai2012 Date: Sun, 3 May 2020 10:09:52 +0200 Subject: [PATCH] CI: Build GUI with QtCharts (#2627) --- .github/workflows/CI-windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI-windows.yml b/.github/workflows/CI-windows.yml index 83754ad91..88575a4b8 100644 --- a/.github/workflows/CI-windows.yml +++ b/.github/workflows/CI-windows.yml @@ -49,12 +49,14 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v2 + with: + modules: 'qtcharts' - name: Build GUI x64 release run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" cd gui - qmake + qmake HAVE_QCHART=yes nmake release - name: Deploy GUI