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)
# Main QGroundControl portion of project file
#
PRECOMPILED_HEADER += src/stable_headers.h
RESOURCES += qgroundcontrol.qrc
DEPENDPATH += \
......@@ -277,8 +275,13 @@ HEADERS += \
src/ui/uas/QGCUnconnectedInfoWidget.h \
src/ui/uas/UASMessageView.h \
src/MissionItem.h \
src/AutoPilotPlugins/PX4/PX4AirframeLoader.h \
src/stable_headers.h
src/AutoPilotPlugins/PX4/PX4AirframeLoader.h
WindowsBuild {
PRECOMPILED_HEADER += src/stable_headers.h
HEADERS += src/stable_headers.h
}
!iOSBuild {
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