From d1ec7cbf10c04be082887f52668760ba59cb170a Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 13 Mar 2023 13:24:06 +1000 Subject: [PATCH] WITH_QTGAMEPAD should default to false --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8171ce335ee..48a34626b05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -466,7 +466,7 @@ if(WITH_CORE) endif() # Use QtGamepad optionally for input control - set (WITH_QTGAMEPAD TRUE CACHE BOOL "Determines whether QtGamepad should be tried for GPS positioning") + set (WITH_QTGAMEPAD FALSE CACHE BOOL "Determines whether QtGamepad should be tried for GPS positioning") if (WITH_QTGAMEPAD) find_package(${QT_VERSION_BASE} COMPONENTS Gamepad REQUIRED) # following variable is used in qgsconfig.h