Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
1387720f
Commit
1387720f
authored
Sep 01, 2013
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #365 from tstellanova/update_version_info
Update version info
parents
44a11727
9de03630
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletion
+33
-1
Custom-Info.plist
Custom-Info.plist
+24
-0
qgroundcontrol.pro
qgroundcontrol.pro
+9
-1
No files found.
Custom-Info.plist
0 → 100644
View file @
1387720f
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist
version=
"0.9"
>
<dict>
<key>
NSPrincipalClass
</key>
<string>
NSApplication
</string>
<key>
CFBundleIconFile
</key>
<string>
macx.icns
</string>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleVersion
</key>
<string>
227
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.0.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleExecutable
</key>
<string>
@EXECUTABLE@
</string>
<key>
CFBundleIdentifier
</key>
<string>
org.qgroundcontrol.qgroundcontrol
</string>
<key>
NOTE
</key>
<string>
Open source ground control app provided by QGroundControl dev team
</string>
</dict>
</plist>
qgroundcontrol.pro
View file @
1387720f
...
...
@@ -62,6 +62,12 @@ MAVLINKPATH = $$BASEDIR/libs/mavlink/include/mavlink/v1.0
DEFINES
+=
MAVLINK_NO_DATA
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 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
QMAKE_UIC
=
"$$(QTDIR)/bin/uic.exe"
...
...
@@ -79,7 +85,9 @@ win32 {
}
}
macx
{
QMAKE_INFO_PLIST
=
Custom
-
Info
.
plist
}
#################################################################
#
EXTERNAL
LIBRARY
CONFIGURATION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment