diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-20 17:07:03 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-20 17:07:03 -0800 |
| commit | eec26f68fc0f380118b2de7670c98f7a639d9d4b (patch) | |
| tree | 8cf88593e0db892f0e2b14b275264a21c0fcf619 /ports/qt5 | |
| parent | 875bb9a6611d51c0cd6b476983e0f220203a603d (diff) | |
| download | vcpkg-eec26f68fc0f380118b2de7670c98f7a639d9d4b.tar.gz vcpkg-eec26f68fc0f380118b2de7670c98f7a639d9d4b.zip | |
[qt5] Reduce duplication in modular build by extracting qt5modularscripts
Diffstat (limited to 'ports/qt5')
| -rw-r--r-- | ports/qt5/CONTROL | 4 | ||||
| -rw-r--r-- | ports/qt5/portfile.cmake | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL new file mode 100644 index 000000000..060b41e3c --- /dev/null +++ b/ports/qt5/CONTROL @@ -0,0 +1,4 @@ +Source: qt5 +Version: 5.9.2-1 +Description: Qt5 Application Framework +Build-Depends: qt5base, qt5charts, qt5datavis3d, qt5declarative, qt5gamepad, qt5imageformats, qt5multimedia, qt5scxml, qt5serial, qt5speech, qt5svg, qt5tools, qt5virtualkeyboard, qt5websockets, qt53d, qt5winextras, qt5xmlpatterns diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake new file mode 100644 index 000000000..cc6e26fcb --- /dev/null +++ b/ports/qt5/portfile.cmake @@ -0,0 +1 @@ +SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
