1
0
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:
R4SAS 2022-08-14 12:44:11 +03:00 committed by GitHub
parent 10a8edb245
commit 2c9c6c36a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)