Add _CRT_SECURE_NO_WARNINGS for Windows CLI build.

This commit is contained in:
Kimmo Varis 2010-12-18 11:47:28 +02:00
parent 8ffc2b0ac6
commit 5d89b2ffc7
1 changed files with 1 additions and 0 deletions

View File

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