From 0377e297940b9679e6af5186e2ad831ff148856f Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Sun, 5 Apr 2015 18:56:25 -0400 Subject: [PATCH] Switching target (final app name) to all lower case. --- qgcsystem.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgcsystem.pro b/qgcsystem.pro index 65bf896c8..073470261 100644 --- a/qgcsystem.pro +++ b/qgcsystem.pro @@ -19,7 +19,7 @@ message(Qt version $$[QT_VERSION]) -TARGET = QGroundControl +TARGET = qgroundcontrol # Load additional config flags from user_config.pri exists(user_config.pri):infile(user_config.pri, CONFIG) { -- 2.22.0