diff options
| author | Daniele Lupo <jepessen@wteam.it> | 2021-01-12 05:49:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-11 20:49:05 -0800 |
| commit | a8f5147bbc0b562103a823e8b6204d786be61513 (patch) | |
| tree | 5d2542a603ad148dd3996e8f8c3945b80c5fcaaa /ports/qt5/CONTROL | |
| parent | 9c63f97fa1d4915a7dfc5f32d5cdb6ee8fe9bf8b (diff) | |
| download | vcpkg-a8f5147bbc0b562103a823e8b6204d786be61513.tar.gz vcpkg-a8f5147bbc0b562103a823e8b6204d786be61513.zip | |
[qt5-base] mysql plugin added (#15170)
* qt5-base: added mysql plugin.
* Fixed netcdf patch.
* Build only on windows.
* mysql plugin as module
The MySQL plugin for QT now is a module of qt5-base
* Update ports/qt5-base/portfile.cmake
Co-authored-by: Daniele Lupo <daniele.lupo@log-in.it>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/qt5/CONTROL')
| -rw-r--r-- | ports/qt5/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index 337b6942e..b881ffd17 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,8 +1,9 @@ Source: qt5 Version: 5.15.1 +Port-Version: 1 Homepage: https://www.qt.io/ Description: Qt5 Application Framework -Build-Depends: qt5-base[core] +Build-Depends: qt5-base[core,mysqlplugin] Default-Features: essentials Feature: essentials @@ -14,7 +15,7 @@ Build-Depends: qt5-base[core, latest] Description: Build latest qt version (5.15.1) instead of LTS (Currently latest==LTS) Feature: all -Build-Depends: qt5[3d, webchannel, websockets, extras, xmlpatterns, sensors, serialport, speech, svg, tools, virtualkeyboard, networkauth, purchasing, quickcontrols, quickcontrols2, script, scxml, activeqt, charts, datavis3d, declarative, gamepad, graphicaleffects, imageformats, location, multimedia, mqtt, webglplugin, webview, serialbus, translations, doc, remoteobjects, connectivity], qt5[core,webengine] (!static), qt5[core,wayland] (!windows) +Build-Depends: qt5[3d, webchannel, websockets, extras, xmlpatterns, sensors, serialport, speech, svg, tools, virtualkeyboard, networkauth, purchasing, quickcontrols, quickcontrols2, script, scxml, activeqt, charts, datavis3d, declarative, gamepad, graphicaleffects, imageformats, location, multimedia, mqtt, webglplugin, webview, serialbus, translations, doc, remoteobjects, connectivity], qt5[core,webengine,mysqlplugin] (!static), qt5[core,wayland] (!windows) Description: Install all Qt5 submodules (Warning: Could take a long time and fail...) Feature: extras |
