diff options
| author | Markus Heß <hess@3dvisionlabs.com> | 2018-02-12 18:09:42 +0100 |
|---|---|---|
| committer | Markus Heß <hess@3dvisionlabs.com> | 2018-02-12 18:12:10 +0100 |
| commit | c1f8dadafecf11619c2291ec3de5ccff4ca76cda (patch) | |
| tree | 14cd80aba13e5e7829ef942bba8a2b3980120406 /ports/qt5-quickcontrols | |
| parent | bae3fac1cd5f7d1fbd15431390688694e39188f4 (diff) | |
| download | vcpkg-c1f8dadafecf11619c2291ec3de5ccff4ca76cda.tar.gz vcpkg-c1f8dadafecf11619c2291ec3de5ccff4ca76cda.zip | |
add qt5-quickcontrols port
Diffstat (limited to 'ports/qt5-quickcontrols')
| -rw-r--r-- | ports/qt5-quickcontrols/CONTROL | 4 | ||||
| -rw-r--r-- | ports/qt5-quickcontrols/portfile.cmake | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ports/qt5-quickcontrols/CONTROL b/ports/qt5-quickcontrols/CONTROL new file mode 100644 index 000000000..64806cdca --- /dev/null +++ b/ports/qt5-quickcontrols/CONTROL @@ -0,0 +1,4 @@ +Source: qt5-quickcontrols +Version: 5.9.2-0 +Description: Qt5 QuickControls Module. +Build-Depends: qt5-modularscripts, qt5-base diff --git a/ports/qt5-quickcontrols/portfile.cmake b/ports/qt5-quickcontrols/portfile.cmake new file mode 100644 index 000000000..98e491a23 --- /dev/null +++ b/ports/qt5-quickcontrols/portfile.cmake @@ -0,0 +1,7 @@ +SET(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) + +include(vcpkg_common_functions) + +include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake) + +qt_modular_library(qtquickcontrols fd5833bd3823e3a53b54ac542857af5bb109952035869ad0a151e807abc9d304ef5d3fa04b75df3b59faf0b95412f593d86b56198f96734f3a75b1620688ba4f) |
