Skip to content

Commit

Permalink
Add missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent 8c5a707 commit 7c6ac6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.pri
Expand Up @@ -69,6 +69,7 @@ macx:equals(QT_MAJOR_VERSION,5):equals(QT_MINOR_VERSION,5) {
*-clang:equals(QT_MAJOR_VERSION,5):lessThan(QT_MINOR_VERSION,15) {
message(Adding '-Wno-deprecated-copy-with-user-provided-copy' flag for $$QMAKE_CXX and $$QT_VERSION)
QMAKE_CXXFLAGS_WARN_ON += -Wno-deprecated-copy-with-user-provided-copy
}
*-g++:equals(QT_MAJOR_VERSION,5):lessThan(QT_MINOR_VERSION,13) {
message(Adding '-Wno-deprecated-copy' flag for $$QMAKE_CXX and $$QT_VERSION)
QMAKE_CXXFLAGS_WARN_ON += -Wno-deprecated-copy
Expand Down

0 comments on commit 7c6ac6e

Please sign in to comment.