mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #5638: MAINT(vcpkg): Install Qt's MySQL and PostgreSQL plugins
This commit is contained in:
commit
28e97073cb
@ -6,7 +6,8 @@
|
||||
$profiledir = $Env:USERPROFILE
|
||||
$vcpkgdir = $profiledir + "\vcpkg"
|
||||
|
||||
$mumble_deps = "qt5-base",
|
||||
$mumble_deps = "qt5-base[mysqlplugin]",
|
||||
"qt5-base[postgresqlplugin]",
|
||||
"qt5-svg",
|
||||
"qt5-tools",
|
||||
"qt5-translations",
|
||||
@ -16,7 +17,6 @@ $mumble_deps = "qt5-base",
|
||||
"libogg",
|
||||
"libflac",
|
||||
"libsndfile",
|
||||
"libmariadb",
|
||||
"mdnsresponder",
|
||||
"zlib",
|
||||
"zeroc-ice-mumble"
|
||||
|
||||
@ -41,7 +41,8 @@ set -o pipefail
|
||||
|
||||
VCPKGDIR=~/vcpkg
|
||||
|
||||
mumble_deps='qt5-base,
|
||||
mumble_deps='qt5-base[mysqlplugin],
|
||||
qt5-base[postgresqlplugin],
|
||||
qt5-svg,
|
||||
qt5-tools,
|
||||
qt5-translations,
|
||||
@ -51,7 +52,6 @@ mumble_deps='qt5-base,
|
||||
libogg,
|
||||
libflac,
|
||||
libsndfile,
|
||||
libmariadb,
|
||||
zlib,
|
||||
zeroc-ice-mumble'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user