Browse Source

[qmake] suppress OpenSSL deprecation warnings

pull/63/head
R4SAS 2 years ago committed by GitHub
parent
commit
2c9c6c36a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      i2pd_qt.pro

3
i2pd_qt.pro

@ -16,6 +16,9 @@ TEMPLATE = app @@ -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…
Cancel
Save