mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +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:
parent
5b323897f6
commit
bf399821f6
@ -1 +1 @@
|
|||||||
LIBS *= -l$$qtLibraryTarget(OPMapWidget)
|
LIBS *= -l$$qtLibraryTarget(opmapwidget)
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#define CACHEITEMQUEUE_H
|
#define CACHEITEMQUEUE_H
|
||||||
|
|
||||||
#include "maptype.h"
|
#include "maptype.h"
|
||||||
#include "Point.h"
|
#include "point.h"
|
||||||
#include <QByteArray>
|
#include <QByteArray>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user