From f27dbb68faff09360ee90ee9228dc62af5d0b13e Mon Sep 17 00:00:00 2001
From: Aleksey Kontsevich <akontsevich@gmail.com>
Date: Mon, 25 May 2020 21:15:31 +0300
Subject: [PATCH] Custom binary build fix

---
 custom-example/custom.pri | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/custom-example/custom.pri b/custom-example/custom.pri
index f336b25d25..c5325f5537 100644
--- a/custom-example/custom.pri
+++ b/custom-example/custom.pri
@@ -35,14 +35,14 @@ CONFIG  += QGC_DISABLE_PX4_PLUGIN_FACTORY
 DEFINES += CUSTOMHEADER=\"\\\"CustomPlugin.h\\\"\"
 DEFINES += CUSTOMCLASS=CustomPlugin
 
-TARGET   = MyGroundStation
+TARGET   = CustomQGroundControl
 DEFINES += QGC_APPLICATION_NAME='"\\\"Custom QGroundControl\\\""'
 
 DEFINES += QGC_ORG_NAME=\"\\\"qgroundcontrol.org\\\"\"
 DEFINES += QGC_ORG_DOMAIN=\"\\\"org.qgroundcontrol\\\"\"
 
 QGC_APP_NAME        = "Custom QGroundControl"
-QGC_BINARY_NAME     = "MyGroundStation"
+QGC_BINARY_NAME     = "CustomQGroundControl"
 QGC_ORG_NAME        = "Custom"
 QGC_ORG_DOMAIN      = "org.custom"
 QGC_APP_DESCRIPTION = "Custom QGroundControl"
-- 
GitLab