From aa2cf9eb252d3ec58ad7b0de2bffe4c3e72aad60 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Sat, 4 Apr 2015 17:21:39 -0400 Subject: [PATCH] Fix Typo And name the target as the main app is now in its own sub project file. --- qgcsystem.pro | 2 ++ qgroundcontro.pro => qgroundcontrol.pro | 0 2 files changed, 2 insertions(+) rename qgroundcontro.pro => qgroundcontrol.pro (100%) diff --git a/qgcsystem.pro b/qgcsystem.pro index 70c7caa1e..65bf896c8 100644 --- a/qgcsystem.pro +++ b/qgcsystem.pro @@ -19,6 +19,8 @@ message(Qt version $$[QT_VERSION]) +TARGET = QGroundControl + # Load additional config flags from user_config.pri exists(user_config.pri):infile(user_config.pri, CONFIG) { CONFIG += $$fromfile(user_config.pri, CONFIG) diff --git a/qgroundcontro.pro b/qgroundcontrol.pro similarity index 100% rename from qgroundcontro.pro rename to qgroundcontrol.pro -- 2.22.0