fix: win determine 32 or 64

This commit is contained in:
rankun 2019-07-17 14:37:40 +08:00
commit 6c5b0ac5be

View file

@ -61,7 +61,7 @@ INCLUDEPATH += \
# Win平台下配置 # Win平台下配置
# *********************************************************** # ***********************************************************
win32 { win32 {
contains(QMAKE_TARGET.arch, x86_64) { contains(QT_ARCH, x86_64) {
message("x64") message("x64")
# 输出目录 # 输出目录
CONFIG(debug, debug|release) { CONFIG(debug, debug|release) {