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
c6b98fc8
Commit
c6b98fc8
authored
Oct 13, 2015
by
Nate Weibley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Precompile a handful of Qt headers to speed up compilation time
parent
85379ce3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
QGCApplication.pro
QGCApplication.pro
+4
-1
stable_headers.h
src/stable_headers.h
+9
-0
No files found.
QGCApplication.pro
View file @
c6b98fc8
...
...
@@ -126,6 +126,8 @@ include(QGCExternalLibs.pri)
#
Main
QGroundControl
portion
of
project
file
#
PRECOMPILED_HEADER
+=
src
/
stable_headers
.
h
RESOURCES
+=
qgroundcontrol
.
qrc
DEPENDPATH
+=
\
...
...
@@ -275,7 +277,8 @@ HEADERS += \
src
/
ui
/
uas
/
QGCUnconnectedInfoWidget
.
h
\
src
/
ui
/
uas
/
UASMessageView
.
h
\
src
/
MissionItem
.
h
\
src
/
AutoPilotPlugins
/
PX4
/
PX4AirframeLoader
.
h
src
/
AutoPilotPlugins
/
PX4
/
PX4AirframeLoader
.
h
\
src
/
stable_headers
.
h
!
iOSBuild
{
HEADERS
+=
\
...
...
src/stable_headers.h
0 → 100644
View file @
c6b98fc8
#ifndef STABLE_HEADERS_H
#define STABLE_HEADERS_H
#include <QtCore>
#include <QtGui>
#include <QtWidgets>
#endif // STABLE_HEADERS_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