Fix SQL linking in GitHub Actions by adding sql module to defaults.pri (#3635)

This commit is contained in:
Roberto Viola
2025-08-22 15:20:51 +02:00
committed by GitHub
parent 34f7df6bfb
commit df75d33ca6
3 changed files with 21 additions and 1187 deletions

View File

@@ -416,7 +416,7 @@ jobs:
with:
version: '5.15.2'
host: 'linux'
modules: 'qtnetworkauth qtcharts qtsql'
modules: 'qtnetworkauth qtcharts'
cache: 'true'
cache-key-prefix: 'install-qt-action-linux'

View File

@@ -1,4 +1,4 @@
QT += gui bluetooth widgets xml positioning quick networkauth websockets texttospeech location multimedia
QT += gui bluetooth widgets xml positioning quick networkauth websockets texttospeech location multimedia sql
QTPLUGIN += qavfmediaplayer
QT+= charts

File diff suppressed because it is too large Load Diff