1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

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
This commit is contained in:
stac 2010-06-16 04:27:05 +00:00 committed by stac
parent 5b323897f6
commit bf399821f6
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
LIBS *= -l$$qtLibraryTarget(OPMapWidget)
LIBS *= -l$$qtLibraryTarget(opmapwidget)

View File

@ -29,7 +29,7 @@
#define CACHEITEMQUEUE_H
#include "maptype.h"
#include "Point.h"
#include "point.h"
#include <QByteArray>