Skip to content

Commit cff6da9

Browse files
authored
Fix #145: Remote control and screens (#378)
1 parent 7b7e6f0 commit cff6da9

37 files changed

+4227
-612
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python3 -m pip install --upgrade pip
7777
python3 -m pip install "aqtinstall<4"
7878
python3 -m aqt list-qt linux desktop --modules "${QT_VERSION}" linux_gcc_64
79-
python3 -m aqt install-qt --outputdir "$HOME/Qt" linux desktop "${QT_VERSION}" linux_gcc_64 -m qtwebsockets
79+
python3 -m aqt install-qt --outputdir "$HOME/Qt" linux desktop "${QT_VERSION}" linux_gcc_64 -m qtwebsockets qthttpserver
8080
echo "$HOME/Qt/${QT_VERSION}/gcc_64/bin" >> "$GITHUB_PATH"
8181
8282
- name: Download linuxdeployqt
@@ -185,7 +185,7 @@ jobs:
185185
uses: jurplel/install-qt-action@v4
186186
with:
187187
version: ${{ env.QT_VERSION }}
188-
modules: 'qtwebsockets'
188+
modules: 'qtwebsockets qthttpserver'
189189

190190
- name: Compile
191191
run: |
@@ -260,7 +260,7 @@ jobs:
260260
target: 'desktop'
261261
arch: 'win64_mingw'
262262
dir: ${{ env.QT_DIR }}
263-
modules: 'qtwebsockets'
263+
modules: 'qtwebsockets qthttpserver'
264264
tools: 'tools_mingw1310'
265265

266266
- name: Add Qt-bundled MinGW to PATH

0 commit comments

Comments
 (0)