aboutsummaryrefslogtreecommitdiff
path: root/ports/qscintilla/CONTROL
diff options
context:
space:
mode:
authorSean Warren <s.warren@garvan.org.au>2019-03-27 04:46:40 +1100
committerPhil Christensen <philc@microsoft.com>2019-03-26 10:46:40 -0700
commit98ae960b4b3d41ed8a82efb76b05ba183e2228bf (patch)
treeed523bf601d9c1f4794e90a07e6020a5ff7349fd /ports/qscintilla/CONTROL
parent672370980a2b3c1c7ce9863e4d54d5196f46459a (diff)
downloadvcpkg-98ae960b4b3d41ed8a82efb76b05ba183e2228bf.tar.gz
vcpkg-98ae960b4b3d41ed8a82efb76b05ba183e2228bf.zip
Add Qt5 static missing dependencies, fix mac packages (#5680)
* [qt5-macextras] Add qt5-macextras port * [cutelyst2] Fix install on mac * [qt5-purchasing] Add missing dependency on qt5-declarative * [qt5] Ensure we link to required libraries for qt5 static build * [qscintilla] Fix install on mac * [libqglviewer] Fix install paths on mac * [libqglviewer] Fix regressions * [qscintilla] Fix regressions * Bump version numbers * [qt5] restore harfbuzz on osx
Diffstat (limited to 'ports/qscintilla/CONTROL')
-rw-r--r--ports/qscintilla/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/qscintilla/CONTROL b/ports/qscintilla/CONTROL
index 59b75c8c1..41b86bba9 100644
--- a/ports/qscintilla/CONTROL
+++ b/ports/qscintilla/CONTROL
@@ -1,4 +1,4 @@
Source: qscintilla
-Version: 2.10-7
+Version: 2.10-8
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-base
+Build-Depends: qt5-base, qt5-macextras (osx), qt5-winextras (windows)