We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8bb2a commit b14fcb3Copy full SHA for b14fcb3
build.pri
@@ -5,7 +5,7 @@ CONFIG(debug, debug|release) {
5
DESTDIR = $$PWD/build/release
6
}
7
8
-win32-g++ {
+win32-g++* {
9
QMAKE_CXXFLAGS += -Wno-missing-field-initializers
10
QMAKE_CXXFLAGS += -Werror=format-security
11
0 commit comments