Browse Source

QGCLocationPlugin.pri: remove unused condition for old workaround:

apparently when QGC used qt 5.5.1 there was some
issue with qtlocation and this was included here
as a workaround for that qt bug
QGC4.4
david sastre 4 years ago committed by Lorenz Meier
parent
commit
4b2d9f598c
  1. 9
      src/QtLocationPlugin/QGCLocationPlugin.pri

9
src/QtLocationPlugin/QGCLocationPlugin.pri

@ -9,14 +9,7 @@ @@ -9,14 +9,7 @@
QT += location-private positioning-private network
contains(QT_VERSION, 5.5.1) {
message(Using Local QtLocation headers for Qt 5.5.1)
INCLUDEPATH += \
$$PWD/qtlocation/include \
} else {
message(Using Default QtLocation headers)
INCLUDEPATH += $$QT.location.includes
}
INCLUDEPATH += $$QT.location.includes
HEADERS += \
$$PWD/QGCMapEngine.h \

Loading…
Cancel
Save