diff --git a/cmake/VcpkgToolchain.cmake b/cmake/VcpkgToolchain.cmake index 5f77d11fd51c..cbcf923ceeba 100644 --- a/cmake/VcpkgToolchain.cmake +++ b/cmake/VcpkgToolchain.cmake @@ -8,15 +8,9 @@ endif() if(WITH_3D) list(APPEND VCPKG_MANIFEST_FEATURES "3d") endif() -if(WITH_QGIS_PROCESS) - list(APPEND VCPKG_MANIFEST_FEATURES "process") -endif() if(WITH_GUI) list(APPEND VCPKG_MANIFEST_FEATURES "gui") endif() -if(WITH_DESKTOP) - list(APPEND VCPKG_MANIFEST_FEATURES "desktop") -endif() # Setup binary cache if(NOT "${NUGET_TOKEN}" STREQUAL "" AND WIN32) diff --git a/vcpkg/vcpkg.json b/vcpkg/vcpkg.json index c6e2f6693cd6..144bd0d9cc40 100644 --- a/vcpkg/vcpkg.json +++ b/vcpkg/vcpkg.json @@ -95,12 +95,6 @@ "python3" ] }, - "customwidgets": { - "description": "Determines whether the QGIS custom widgets for QtCreator should be built" - }, - "desktop": { - "description": "Determines whether the QGIS desktop (main app) should be built" - }, "gui": { "description": "Determines whether the QGIS gui should be built", "dependencies": [ @@ -115,9 +109,6 @@ "opencl" ] }, - "process": { - "description": "Determines whether the command line QGIS process tool should be built" - }, "quick": { "description": "Build the QGIS quick components for mobile interfaces", "dependencies": [