mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
[OP-835] Qt 5.1.0 - disabled all compilation warnings for glc_lib and qwt libs as both use imported sources
This commit is contained in:
parent
c9895179f4
commit
28e57242f7
@ -1,18 +1,14 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = GLC_lib
|
||||
#VERSION = 2.2.0
|
||||
|
||||
DEFINES += GLC_LIB_LIBRARY
|
||||
include(../../openpilotgcslibrary.pri)
|
||||
|
||||
# GLC_lib qmake configuration
|
||||
#TEMPLATE = lib
|
||||
QT += opengl \
|
||||
core
|
||||
QT += core opengl
|
||||
|
||||
|
||||
CONFIG += exceptions \
|
||||
warn_on
|
||||
#TARGET = GLC_lib
|
||||
#VERSION = 2.2.0
|
||||
# disable all warnings (no need for warnings as glc sources are imported)
|
||||
CONFIG += exceptions warn_off
|
||||
|
||||
DEFINES += CREATE_GLC_LIB_DLL
|
||||
DEFINES += LIB3DS_EXPORTS
|
||||
|
@ -11,4 +11,7 @@ include( qwtconfig.pri )
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
# disable all warnings (no need for warnings as qwt sources are imported)
|
||||
CONFIG += warn_off
|
||||
|
||||
SUBDIRS = src
|
||||
|
Loading…
x
Reference in New Issue
Block a user