1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

GCS/Lineardial: Compile fix for Linux (case sensitive)

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@588 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-05-05 10:05:24 +00:00 committed by ephy
parent 5660df8c16
commit 35437220a2

View File

@ -1,5 +1,5 @@
TEMPLATE = lib
TARGET = lineardialGadget
TARGET = LineardialGadget
QT += svg
include(../../openpilotgcsplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)