From bae3fac1cd5f7d1fbd15431390688694e39188f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20He=C3=9F?= Date: Mon, 12 Feb 2018 16:20:27 +0100 Subject: [PATCH] add qt5-quickcontrols2 --- ports/qt5-quickcontrols2/CONTROL | 4 ++++ ports/qt5-quickcontrols2/portfile.cmake | 5 +++++ ports/qt5/CONTROL | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 ports/qt5-quickcontrols2/CONTROL create mode 100644 ports/qt5-quickcontrols2/portfile.cmake diff --git a/ports/qt5-quickcontrols2/CONTROL b/ports/qt5-quickcontrols2/CONTROL new file mode 100644 index 000000000..c600ed225 --- /dev/null +++ b/ports/qt5-quickcontrols2/CONTROL @@ -0,0 +1,4 @@ +Source: qt5-quickcontrols2 +Version: 5.9.2-0 +Description: Qt5 QuickControls2 Module. +Build-Depends: qt5-modularscripts, qt5-base diff --git a/ports/qt5-quickcontrols2/portfile.cmake b/ports/qt5-quickcontrols2/portfile.cmake new file mode 100644 index 000000000..05a7dd616 --- /dev/null +++ b/ports/qt5-quickcontrols2/portfile.cmake @@ -0,0 +1,5 @@ +include(vcpkg_common_functions) + +include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake) + +qt_modular_library(qtquickcontrols2 e283320aabbaa153067c909804cb34bbcbf6fcb7246bb214957b6092ceb0f01c4fae2efd9d7a6cb011274deafff4aaf0a45dbda06a3fdce1154622e48740048c) diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index e56858730..7ef7e109d 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,4 +1,4 @@ Source: qt5 Version: 5.9.2-1 Description: Qt5 Application Framework -Build-Depends: qt5-base, qt5-charts, qt5-datavis3d, qt5-declarative, qt5-gamepad, qt5-imageformats, qt5-multimedia, qt5-networkauth, qt5-scxml, qt5-serialport, qt5-speech, qt5-svg, qt5-tools, qt5-virtualkeyboard, qt5-websockets, qt5-3d, qt5-winextras, qt5-xmlpatterns \ No newline at end of file +Build-Depends: qt5-base, qt5-charts, qt5-datavis3d, qt5-declarative, qt5-gamepad, qt5-imageformats, qt5-multimedia, qt5-networkauth, qt5-quickcontrols2, qt5-scxml, qt5-serialport, qt5-speech, qt5-svg, qt5-tools, qt5-virtualkeyboard, qt5-websockets, qt5-3d, qt5-winextras, qt5-xmlpatterns \ No newline at end of file