mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix:make visual studio happy
This commit is contained in:
parent
f81ac16fa6
commit
6781c465af
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue