Skip to content

Commit

Permalink
Correct clang spec pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent 37320f8 commit 930674c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.pri
Expand Up @@ -67,7 +67,7 @@ macx:equals(QT_MAJOR_VERSION,5):equals(QT_MINOR_VERSION,5) {

# Disable deprecated-copy warnings for modern compilers with old Qt's (earlier than 5.13).
equals(QT_MAJOR_VERSION,5):lessThan(QT_MINOR_VERSION,13) {
*-clang++ {
*-clang {
message(Adding '-Wno-deprecated-copy-with-user-provided-copy' flag for $$QMAKE_CXX and $$QT_VERSION)
QMAKE_CXXFLAGS += -Wno-deprecated-copy-with-user-provided-copy
}
Expand Down

0 comments on commit 930674c

Please sign in to comment.