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

Merge remote-tracking branch 'origin/next' into brian/rfm22_FHSS

This commit is contained in:
Brian Webb 2013-03-30 01:18:37 +01:00
commit 2568f41cf3
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@ DEFINES += UPLOADER_LIBRARY
QT += svg
include(uploader_dependencies.pri)
INCLUDEPATH += ../../libs/qextserialport/src
macx {
QMAKE_CXXFLAGS += -fpermissive
}
HEADERS += uploadergadget.h \
uploadergadgetconfiguration.h \

View File

@ -3,6 +3,9 @@
# -------------------------------------------------
QT += xml
QT -= gui
macx {
QMAKE_CXXFLAGS += -fpermissive
}
TARGET = uavobjgenerator
CONFIG += console
CONFIG -= app_bundle