Skip to content

Commit

Permalink
Gamepad default state is set to disabled
Browse files Browse the repository at this point in the history
Because of #101
  • Loading branch information
nnhw authored Aug 1, 2019
1 parent 8b9fdb6 commit d41fda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ set(LIBRARIES
)

# QGamepad option
option(WITH_GAMEPAD "Compile with QGamepad module for manual input" ON)
option(WITH_GAMEPAD "Compile with QGamepad module for manual input" OFF)
if(WITH_GAMEPAD)
add_definitions(-DWITH_GAMEPAD)
find_package(Qt5 COMPONENTS
Expand Down

0 comments on commit d41fda1

Please sign in to comment.