From 74736dbb55d666c5233bcb76e4bef24c57f0708f Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 24 May 2014 21:43:50 +0200 Subject: [PATCH] Fix warning / error due to comment on line --- QGCExternalLibs.pri | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/QGCExternalLibs.pri b/QGCExternalLibs.pri index 0a2edba92..eaea69384 100644 --- a/QGCExternalLibs.pri +++ b/QGCExternalLibs.pri @@ -416,9 +416,10 @@ contains(DEFINES, DISABLE_3DMOUSE) { exists(/usr/local/lib/libxdrvlib.so) { message("Including support for 3DConnexion mice") - DEFINES += + DEFINES += \ 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 SOURCES += src/input/Mouse6dofInput.cpp -- 2.22.0