Browse Source

Use QGroundControl team instead of PX4

QGC4.4
tstellanova 12 years ago
parent
commit
9de0363030
  1. 2
      Custom-Info.plist
  2. 4
      qgroundcontrol.pro

2
Custom-Info.plist

@ -19,6 +19,6 @@ @@ -19,6 +19,6 @@
<key>CFBundleIdentifier</key>
<string>org.qgroundcontrol.qgroundcontrol</string>
<key>NOTE</key>
<string>Open source ground control app provided by PX4 dev team</string>
<string>Open source ground control app provided by QGroundControl dev team</string>
</dict>
</plist>

4
qgroundcontrol.pro

@ -65,8 +65,8 @@ win32 { @@ -65,8 +65,8 @@ win32 {
VERSION = 2.0.0.227
QMAKE_TARGET_COMPANY = qgroundcontrol.org
QMAKE_TARGET_PRODUCT = qgroundcontrol
QMAKE_TARGET_DESCRIPTION = "Open source ground control app provided by PX4 dev team"
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2013 PX4 Development Team. All rights reserved."
QMAKE_TARGET_DESCRIPTION = "Open source ground control app provided by QGroundControl dev team"
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2013 QGroundControl Development Team. All rights reserved."
QMAKE_INCDIR_QT = $$(QTDIR)/include
QMAKE_LIBDIR_QT = $$(QTDIR)/lib

Loading…
Cancel
Save