mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:09:07 +08:00
[qt5] Remove dependency qt5 feature mysqlplugin when building x86 (#15597)
* [qt5] Remove dependency qt5 feature mysqlplugin * Update ports/qt5/CONTROL * Update ports/qt5/CONTROL * [qt5] update baseline
This commit is contained in:
parent
6df7d6612b
commit
21b569f3e6
@ -4702,7 +4702,7 @@
|
||||
},
|
||||
"qt5": {
|
||||
"baseline": "5.15.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"qt5-3d": {
|
||||
"baseline": "5.15.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6c44bc778ae3e400ff6f777d6f6bb68c24a81fed",
|
||||
"version-string": "5.15.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "800137391209a8e9acbff74fb129f05192e159a8",
|
||||
"version-string": "5.15.1",
|
||||
|
@ -1,9 +1,9 @@
|
||||
Source: qt5
|
||||
Version: 5.15.1
|
||||
Port-Version: 1
|
||||
Port-Version: 2
|
||||
Homepage: https://www.qt.io/
|
||||
Description: Qt5 Application Framework
|
||||
Build-Depends: qt5-base[core,mysqlplugin]
|
||||
Build-Depends: qt5-base[core]
|
||||
Default-Features: essentials
|
||||
|
||||
Feature: essentials
|
||||
|
Loading…
Reference in New Issue
Block a user