diff options
| author | Sean Warren <s.warren@garvan.org.au> | 2019-03-27 04:46:40 +1100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-26 10:46:40 -0700 |
| commit | 98ae960b4b3d41ed8a82efb76b05ba183e2228bf (patch) | |
| tree | ed523bf601d9c1f4794e90a07e6020a5ff7349fd /ports/qt5-macextras | |
| parent | 672370980a2b3c1c7ce9863e4d54d5196f46459a (diff) | |
| download | vcpkg-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/qt5-macextras')
| -rw-r--r-- | ports/qt5-macextras/CONTROL | 4 | ||||
| -rw-r--r-- | ports/qt5-macextras/portfile.cmake | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ports/qt5-macextras/CONTROL b/ports/qt5-macextras/CONTROL new file mode 100644 index 000000000..8344c9240 --- /dev/null +++ b/ports/qt5-macextras/CONTROL @@ -0,0 +1,4 @@ +Source: qt5-macextras +Version: 5.12.1 +Description: Qt5 Mac Extras Module. Provides platform-specific APIs for mac. +Build-Depends: qt5-modularscripts, qt5-base diff --git a/ports/qt5-macextras/portfile.cmake b/ports/qt5-macextras/portfile.cmake new file mode 100644 index 000000000..ed8e2bb5b --- /dev/null +++ b/ports/qt5-macextras/portfile.cmake @@ -0,0 +1,5 @@ +include(vcpkg_common_functions) + +include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake) + +qt_modular_library(qtmacextras 0d307b85e09fd97f36c5ee333297ceda4c709f6dc995dba4e8b8c1a85bd95c83ed80ee641e13e05fe3b965060c7847ba1835b7e6d9099a03c8bf9f2c4bae1ded) |
