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:
parent
b10fad23b3
commit
d91edc6ffa
@ -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)\")
|
DEFINES += PLUGIN_REL_PATH=$$shell_quote(\"$$relative_path($$GCS_PLUGIN_PATH, $$GCS_APP_PATH)\")
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
RC_FILE = librepilotgcs.rc
|
RC_FILE = gcs.rc
|
||||||
target.path = /bin
|
target.path = /bin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
} else:macx {
|
} else:macx {
|
||||||
LIBS += -framework CoreFoundation
|
LIBS += -framework CoreFoundation
|
||||||
ICON = librepilotgcs.icns
|
ICON = gcs.icns
|
||||||
QMAKE_INFO_PLIST = Info.plist
|
QMAKE_INFO_PLIST = Info.plist
|
||||||
FILETYPES.files = profile.icns prifile.icns
|
FILETYPES.files = profile.icns prifile.icns
|
||||||
FILETYPES.path = Contents/Resources
|
FILETYPES.path = Contents/Resources
|
||||||
@ -51,7 +51,7 @@ win32 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
OTHER_FILES += librepilotgcs.rc
|
OTHER_FILES += gcs.rc
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
appresources.qrc
|
appresources.qrc
|
||||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
1
ground/gcs/src/app/gcs.rc
Normal file
1
ground/gcs/src/app/gcs.rc
Normal file
@ -0,0 +1 @@
|
|||||||
|
IDI_ICON1 ICON DISCARDABLE "gcs.ico"
|
@ -1 +0,0 @@
|
|||||||
IDI_ICON1 ICON DISCARDABLE "librepilotgcs.ico"
|
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user