Don't compile GetKey
It relies on functions that are too deprecated, without -Wno-deprecated-declarations it doesn't even compile.
This commit is contained in:
@ -11,7 +11,6 @@ set(qjoypad_SOURCES
|
||||
buttonw.cpp
|
||||
event.cpp
|
||||
flash.cpp
|
||||
getkey.cpp
|
||||
icon.cpp
|
||||
joypad.cpp
|
||||
joypadw.cpp
|
||||
@ -31,7 +30,6 @@ set(qjoypad_QOBJECT_HEADERS
|
||||
button.h
|
||||
buttonw.h
|
||||
flash.h
|
||||
getkey.h
|
||||
icon.h
|
||||
joypad.h
|
||||
joypadw.h
|
||||
|
Reference in New Issue
Block a user