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:
parent
80e2bd72e9
commit
f14d8906be
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user