1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

renamed librepilotgcs files in app to just gcs

also removed openpilotgcs file in app too.

Change-Id: I097e398e7426e77a284f7588124a6907ae6f5211
This commit is contained in:
LibrePilot Packager 2015-07-16 22:08:10 +01:00 committed by James Duley
parent b10fad23b3
commit d91edc6ffa
6 changed files with 4 additions and 4 deletions

View File

@ -23,12 +23,12 @@ LIBS *= -l$$qtLibraryName(ExtensionSystem) -l$$qtLibraryName(Aggregation)
DEFINES += PLUGIN_REL_PATH=$$shell_quote(\"$$relative_path($$GCS_PLUGIN_PATH, $$GCS_APP_PATH)\")
win32 {
RC_FILE = librepilotgcs.rc
RC_FILE = gcs.rc
target.path = /bin
INSTALLS += target
} else:macx {
LIBS += -framework CoreFoundation
ICON = librepilotgcs.icns
ICON = gcs.icns
QMAKE_INFO_PLIST = Info.plist
FILETYPES.files = profile.icns prifile.icns
FILETYPES.path = Contents/Resources
@ -51,7 +51,7 @@ win32 {
}
}
OTHER_FILES += librepilotgcs.rc
OTHER_FILES += gcs.rc
RESOURCES += \
appresources.qrc

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "gcs.ico"

View File

@ -1 +0,0 @@
IDI_ICON1 ICON DISCARDABLE "librepilotgcs.ico"

Binary file not shown.