mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
update mingw cflags
This commit is contained in:
parent
830c89644c
commit
620323eb3e
@ -92,7 +92,11 @@ build_pass:CONFIG(debug, debug|release) {
|
||||
#CONFIG += debug_and_release
|
||||
#CONFIG += build_all
|
||||
#if some bug occured, maybe this help me, close some warning
|
||||
CLFLAGS = -Wno-unused-parameter -Wno-reorder -Wno-c++11-extensions -Wno-c++11-long-long -Wno-comment
|
||||
CLFLAGS =
|
||||
mingw {
|
||||
CLFLAGS = -Wno-unused-parameter -Wno-reorder -Wno-c++11-extensions -Wno-c++11-long-long -Wno-comment
|
||||
}
|
||||
|
||||
QMAKE_CFLAGS += $${CLFLAGS}
|
||||
QMAKE_CXXFLAGS += $${CLFLAGS}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user