1
0
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:
tianduanrui 2018-01-25 20:22:28 +08:00
parent 830c89644c
commit 620323eb3e

View File

@ -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}