Skip to content

Commit

Permalink
Remove unneeded features
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 13, 2024
1 parent ad03cab commit 4ecffc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions cmake/VcpkgToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 0 additions & 9 deletions vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": [
Expand Down

0 comments on commit 4ecffc4

Please sign in to comment.