Commit 74736dbb authored by Lorenz Meier's avatar Lorenz Meier

Fix warning / error due to comment on line

parent ae848a5e
...@@ -416,9 +416,10 @@ contains(DEFINES, DISABLE_3DMOUSE) { ...@@ -416,9 +416,10 @@ contains(DEFINES, DISABLE_3DMOUSE) {
exists(/usr/local/lib/libxdrvlib.so) { exists(/usr/local/lib/libxdrvlib.so) {
message("Including support for 3DConnexion mice") message("Including support for 3DConnexion mice")
DEFINES += DEFINES += \
QGC_MOUSE_ENABLED_LINUX \ QGC_MOUSE_ENABLED_LINUX \
ParameterCheck # Hack: Has to be defined for magellan usage ParameterCheck
# Hack: Has to be defined for magellan usage
HEADERS += src/input/Mouse6dofInput.h HEADERS += src/input/Mouse6dofInput.h
SOURCES += src/input/Mouse6dofInput.cpp SOURCES += src/input/Mouse6dofInput.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment