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
6db6d272
Commit
6db6d272
authored
Mar 21, 2017
by
Don Gagne
Committed by
GitHub
Mar 21, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4813 from DonLakeFlyer/AppNameOverride
Allow custom build to override app name information
parents
e1b72cfa
183e95d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
qgroundcontrol.pro
qgroundcontrol.pro
+3
-0
QGCConfig.h
src/QGCConfig.h
+0
-4
No files found.
qgroundcontrol.pro
View file @
6db6d272
...
...
@@ -272,6 +272,9 @@ CustomBuild {
RESOURCES += $$PWD/qgcresources.qrc
}
} else {
DEFINES += QGC_APPLICATION_NAME=\"
\\\
"QGroundControl\\\"
\
"
DEFINES += QGC_ORG_NAME=\"
\\\
"QGroundControl.org\\\"
\
"
DEFINES += QGC_ORG_DOMAIN=\"
\\\
"org.qgroundcontrol\\\"
\
"
RESOURCES += \
$$PWD/qgroundcontrol.qrc \
$$PWD/qgcresources.qrc
...
...
src/QGCConfig.h
View file @
6db6d272
...
...
@@ -12,8 +12,4 @@
// up by 1. This will caused store settings to be cleared on next boot.
#define QGC_SETTINGS_VERSION 7
#define QGC_APPLICATION_NAME "QGroundControl"
#define QGC_ORG_NAME "QGroundControl.org"
#define QGC_ORG_DOMAIN "org.qgroundcontrol"
#endif // QGC_CONFIGURATION_H
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