1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-27 16:54:15 +01:00

OP-1170 Fixed MacOSX build error.

This commit is contained in:
m_thread 2014-02-27 11:29:53 +01:00
parent a5e10d2034
commit b0bc0909ba

View File

@ -11,7 +11,9 @@ macx {
QMAKE_CXXFLAGS += -fpermissive
}
QMAKE_CXXFLAGS += -Wno-enum-compare
!macx {
QMAKE_CXXFLAGS += -Wno-enum-compare
}
HEADERS += uploadergadget.h \
uploadergadgetconfiguration.h \