mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-13 12:42:20 +00:00
Suppress deprecation warnings - will be fixed with Qwt 6.2
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
CONFIG += qt
|
||||
CONFIG += warn_on
|
||||
CONFIG += no_keywords
|
||||
#CONFIG += silent
|
||||
CONFIG += silent
|
||||
CONFIG += static
|
||||
|
||||
DEFINES += QT_NO_DEPRECATED_WARNINGS # not fixing those before Qwt 6.2
|
||||
|
||||
######################################################################
|
||||
# release/debug mode
|
||||
######################################################################
|
||||
@@ -53,6 +55,9 @@ linux-g++ | linux-g++-64 {
|
||||
#QMAKE_CXXFLAGS *= -Werror=format-security
|
||||
#QMAKE_CXXFLAGS *= -std=c++11
|
||||
|
||||
# avoid warnings since gcc9
|
||||
# QMAKE_CXXFLAGS *= -Wno-deprecated-copy
|
||||
|
||||
# when using the gold linker ( Qt < 4.8 ) - might be
|
||||
# necessary on non linux systems too
|
||||
#QMAKE_LFLAGS += -lrt
|
||||
|
||||
Reference in New Issue
Block a user