aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-11-20 17:07:03 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-11-20 17:07:03 -0800
commiteec26f68fc0f380118b2de7670c98f7a639d9d4b (patch)
tree8cf88593e0db892f0e2b14b275264a21c0fcf619 /ports/qt5
parent875bb9a6611d51c0cd6b476983e0f220203a603d (diff)
downloadvcpkg-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/CONTROL4
-rw-r--r--ports/qt5/portfile.cmake1
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)