mirror of
https://github.com/PurpleI2P/i2pd-qt.git
synced 2025-02-03 18:24:19 +00:00
[qmake] suppress OpenSSL deprecation warnings
This commit is contained in:
parent
10a8edb245
commit
2c9c6c36a0
@ -16,6 +16,9 @@ TEMPLATE = app
|
||||
QMAKE_CXXFLAGS *= -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-deprecated-copy
|
||||
CONFIG += strict_c++ c++11
|
||||
|
||||
# suppress OpenSSL deprecation warnings
|
||||
DEFINES += OPENSSL_SUPPRESS_DEPRECATED
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
message(Debug build)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user