diff options
| author | Barath Kannan <barathsotd@gmail.com> | 2017-11-06 00:26:06 +1100 |
|---|---|---|
| committer | Barath Kannan <barathsotd@gmail.com> | 2017-11-06 00:26:06 +1100 |
| commit | 76837a91b4af5cf5cce8ff1feb847ce4c96b8e05 (patch) | |
| tree | 77365cfeb544053aeec0629e50efa722c98aced0 | |
| parent | 9bb4817e32a14647093876cabaf62bbd2be63fc6 (diff) | |
| download | vcpkg-76837a91b4af5cf5cce8ff1feb847ce4c96b8e05.tar.gz vcpkg-76837a91b4af5cf5cce8ff1feb847ce4c96b8e05.zip | |
update modules dependent on qt5 to use qt5base
| -rw-r--r-- | ports/qca/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qscintilla/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qwt/CONTROL | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ports/qca/CONTROL b/ports/qca/CONTROL index 7d757297c..beddbaa37 100644 --- a/ports/qca/CONTROL +++ b/ports/qca/CONTROL @@ -1,4 +1,4 @@ Source: qca Version: 2.2.0-1 Description: Qt Cryptographic Architecture (QCA). Sources: https://cgit.kde.org/qca.git/ -Build-Depends: qt5 +Build-Depends: qt5base diff --git a/ports/qscintilla/CONTROL b/ports/qscintilla/CONTROL index 22a30137c..9ebe3ba04 100644 --- a/ports/qscintilla/CONTROL +++ b/ports/qscintilla/CONTROL @@ -1,4 +1,4 @@ Source: qscintilla Version: 2.10-1 Description: QScintilla is a port to Qt of the Scintilla editing component. Features syntax highlighting, code-completion and much more (Barebone build without python bindings (missing dependeny PyQt) and without QtDesigner plugin) -Build-Depends: qt5 +Build-Depends: qt5base diff --git a/ports/qwt/CONTROL b/ports/qwt/CONTROL index dd6400764..60539483b 100644 --- a/ports/qwt/CONTROL +++ b/ports/qwt/CONTROL @@ -1,4 +1,4 @@ Source: qwt Version: 6.1.3-2 Description: Qt widgets library for technical applications -Build-Depends: qt5 +Build-Depends: qt5base |
