diff options
Diffstat (limited to 'ports/qtquickcontrols2')
| -rw-r--r-- | ports/qtquickcontrols2/portfile.cmake | 12 | ||||
| -rw-r--r-- | ports/qtquickcontrols2/vcpkg.json | 18 |
2 files changed, 3 insertions, 27 deletions
diff --git a/ports/qtquickcontrols2/portfile.cmake b/ports/qtquickcontrols2/portfile.cmake index df909777b..2999fa8f3 100644 --- a/ports/qtquickcontrols2/portfile.cmake +++ b/ports/qtquickcontrols2/portfile.cmake @@ -1,14 +1,2 @@ set(SCRIPT_PATH "${CURRENT_INSTALLED_DIR}/share/qtbase") include("${SCRIPT_PATH}/qt_install_submodule.cmake") - -set(${PORT}_PATCHES) - -#make sure your <vcpkg_root> path is really short! Otherwise the build will probably fail. -# or maybe try to switch the build to nmake. -#set(ENV{CMAKE_BUILD_PARALLEL_LEVEL} 1) - -qt_install_submodule(PATCHES ${${PORT}_PATCHES} - CONFIGURE_OPTIONS - CONFIGURE_OPTIONS_RELEASE - CONFIGURE_OPTIONS_DEBUG - ) diff --git a/ports/qtquickcontrols2/vcpkg.json b/ports/qtquickcontrols2/vcpkg.json index 8de3a63c5..cdc422ec3 100644 --- a/ports/qtquickcontrols2/vcpkg.json +++ b/ports/qtquickcontrols2/vcpkg.json @@ -1,21 +1,9 @@ { "name": "qtquickcontrols2", - "version-semver": "6.1.3", - "description": "Qt Quick Controls 2", + "version-semver": "6.2.0", + "description": "Qt Quick Controls 2 (deprecated). Included in qtdeclarative", "homepage": "https://www.qt.io/", "dependencies": [ - { - "name": "qtbase", - "default-features": false - }, "qtdeclarative" - ], - "default-features": [ - "default-features" - ], - "features": { - "default-features": { - "description": "Platform-dependent default features" - } - } + ] } |
