Commit 421df93a authored by Gus Grubba's avatar Gus Grubba

Fix case

parent 3fc23e1b
......@@ -1099,7 +1099,7 @@ contains (DEFINES, QGC_AIRMAP_ENABLED) {
src/Airmap/AirMapTelemetry.h \
src/Airmap/AirMapTrafficMonitor.h \
src/Airmap/AirMapVehicleManager.h \
src/Airmap/AirmapWeatherInformation.h \
src/Airmap/AirMapWeatherInformation.h \
src/Airmap/LifetimeChecker.h \
SOURCES += \
......@@ -1112,7 +1112,7 @@ contains (DEFINES, QGC_AIRMAP_ENABLED) {
src/Airmap/AirMapTelemetry.cc \
src/Airmap/AirMapTrafficMonitor.cc \
src/Airmap/AirMapVehicleManager.cc \
src/Airmap/AirmapWeatherInformation.cc \
src/Airmap/AirMapWeatherInformation.cc \
} else {
RESOURCES += \
......
......@@ -8,7 +8,7 @@
****************************************************************************/
#include "AirMapManager.h"
#include "AirmapWeatherInformation.h"
#include "AirMapWeatherInformation.h"
#include "AirMapRestrictionManager.h"
#include "AirMapRulesetsManager.h"
#include "AirMapSettings.h"
......
......@@ -7,7 +7,7 @@
*
****************************************************************************/
#include "AirmapWeatherInformation.h"
#include "AirMapWeatherInformation.h"
#include "AirMapSharedState.h"
#include "AirMapManager.h"
......
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