fix: win determine 32 or 64

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

View file

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