1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-27 16:54:15 +01:00

changed default GCS names to not have a vendor

This commit is contained in:
James Duley 2015-07-13 05:24:05 +12:00
parent b6d42f2da8
commit cc2b2149ef

View File

@ -127,10 +127,10 @@ isEmpty(TOOLS_DIR) {
}
# Set the default name of the application
isEmpty(GCS_SMALL_NAME):GCS_SMALL_NAME = openpilotgcs
isEmpty(GCS_SMALL_NAME):GCS_SMALL_NAME = gcs
isEmpty(GCS_BIG_NAME) {
GCS_BIG_NAME = "OpenPilot GCS"
GCS_BIG_NAME = GCS
} else {
# Requote for safety and because of QTBUG-46224
GCS_BIG_NAME = "$$GCS_BIG_NAME"