Commit 4b3783fb authored by Nate Weibley's avatar Nate Weibley

Only use precompiled headers on windows

parent c6b98fc8
...@@ -126,8 +126,6 @@ include(QGCExternalLibs.pri) ...@@ -126,8 +126,6 @@ include(QGCExternalLibs.pri)
# Main QGroundControl portion of project file # Main QGroundControl portion of project file
# #
PRECOMPILED_HEADER += src/stable_headers.h
RESOURCES += qgroundcontrol.qrc RESOURCES += qgroundcontrol.qrc
DEPENDPATH += \ DEPENDPATH += \
...@@ -277,8 +275,13 @@ HEADERS += \ ...@@ -277,8 +275,13 @@ HEADERS += \
src/ui/uas/QGCUnconnectedInfoWidget.h \ src/ui/uas/QGCUnconnectedInfoWidget.h \
src/ui/uas/UASMessageView.h \ src/ui/uas/UASMessageView.h \
src/MissionItem.h \ src/MissionItem.h \
src/AutoPilotPlugins/PX4/PX4AirframeLoader.h \ src/AutoPilotPlugins/PX4/PX4AirframeLoader.h
src/stable_headers.h
WindowsBuild {
PRECOMPILED_HEADER += src/stable_headers.h
HEADERS += src/stable_headers.h
}
!iOSBuild { !iOSBuild {
HEADERS += \ HEADERS += \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment