fix:make visual studio happy

This commit is contained in:
yifang 2022-02-18 07:46:26 +08:00
parent f81ac16fa6
commit 6781c465af

View file

@ -62,7 +62,7 @@ win32 {
TARGET = GoldenDict
win32-msvc* {
#VERSION = 22.2 # More complicated things cause errors during compilation under MSVC++
VERSION = 22.2 # VS does not recognize 22.2.alpha,cause errors during compilation under MSVC++
DEFINES += __WIN32 _CRT_SECURE_NO_WARNINGS
contains(QMAKE_TARGET.arch, x86_64) {
DEFINES += NOMINMAX __WIN64