Add _CRT_SECURE_NO_WARNINGS for Windows CLI build.
This commit is contained in:
parent
8ffc2b0ac6
commit
5d89b2ffc7
|
@ -23,6 +23,7 @@ CONFIG(release, debug|release) {
|
|||
|
||||
win32 {
|
||||
CONFIG += embed_manifest_exe console
|
||||
DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||
RC_FILE = cppcheck.rc
|
||||
HEADERS += resource.h
|
||||
LIBS += -lshlwapi
|
||||
|
|
Loading…
Reference in New Issue