1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Merge remote-tracking branch 'origin/amedee/OP-882' into next

This commit is contained in:
Oleg Semyonov 2013-03-29 10:44:47 +02:00
commit 4be3cd4978
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