Skip to content

Commit 091c615

Browse files
committed
Fix: 2023-03-14
1 parent 6cca929 commit 091c615

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.pri

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ CONFIG(debug, debug|release) {
55
} else {
66
DESTDIR = $$PWD/build/release
77
}
8+
9+
#win32-g++ {
10+
# QMAKE_CXXFLAGS += -Werror
11+
#}
12+
#win32-msvc*{
13+
# QMAKE_CXXFLAGS += /WX
14+
#}
15+
816
# Windows minGW
917
win32-g++* {
1018
QMAKE_CFLAGS += -Wno-missing-field-initializers

0 commit comments

Comments
 (0)