1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-245 config.pro: fix compilation flags for linux

This commit is contained in:
Philippe Renon 2016-09-20 01:49:46 +02:00 committed by Philippe Renon
parent 80e2bd72e9
commit f14d8906be

View File

@ -5,8 +5,10 @@ DEFINES += CONFIG_LIBRARY
QT += widgets svg opengl qml quick
# silence eigen warnings
QMAKE_CXXFLAGS_WARN_ON += -Wno-ignored-attributes -Wno-deprecated-declarations
#QMAKE_CFLAGS_WARN_ON += -Wno-ignored-attributes
QMAKE_CXXFLAGS_WARN_ON += -Wno-deprecated-declarations
win32 {
QMAKE_CXXFLAGS_WARN_ON += -Wno-ignored-attributes
}
include(config_dependencies.pri)