From bf399821f65793e8c91a79a7a420d8171ee3e787 Mon Sep 17 00:00:00 2001 From: stac Date: Wed, 16 Jun 2010 04:27:05 +0000 Subject: [PATCH] gcs build: fix filename case Filenames are case sensitive on Linux. Fix the case of some recently added files. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@779 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/libs/opmapcontrol/opmapcontrol.pri | 2 +- ground/src/libs/opmapcontrol/src/core/cacheitemqueue.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ground/src/libs/opmapcontrol/opmapcontrol.pri b/ground/src/libs/opmapcontrol/opmapcontrol.pri index 5726bf11c..9c0188c30 100644 --- a/ground/src/libs/opmapcontrol/opmapcontrol.pri +++ b/ground/src/libs/opmapcontrol/opmapcontrol.pri @@ -1 +1 @@ -LIBS *= -l$$qtLibraryTarget(OPMapWidget) +LIBS *= -l$$qtLibraryTarget(opmapwidget) diff --git a/ground/src/libs/opmapcontrol/src/core/cacheitemqueue.h b/ground/src/libs/opmapcontrol/src/core/cacheitemqueue.h index fbf9163f0..7f6bde5bd 100644 --- a/ground/src/libs/opmapcontrol/src/core/cacheitemqueue.h +++ b/ground/src/libs/opmapcontrol/src/core/cacheitemqueue.h @@ -29,7 +29,7 @@ #define CACHEITEMQUEUE_H #include "maptype.h" -#include "Point.h" +#include "point.h" #include