From 6c5b0ac5be1ea0fadaeb4c7bcb709410c21eae2e Mon Sep 17 00:00:00 2001 From: rankun Date: Wed, 17 Jul 2019 14:37:40 +0800 Subject: [PATCH] fix: win determine 32 or 64 --- QtScrcpy/QtScrcpy.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QtScrcpy/QtScrcpy.pro b/QtScrcpy/QtScrcpy.pro index 99eef42..05ad9d7 100644 --- a/QtScrcpy/QtScrcpy.pro +++ b/QtScrcpy/QtScrcpy.pro @@ -61,7 +61,7 @@ INCLUDEPATH += \ # Win平台下配置 # *********************************************************** win32 { - contains(QMAKE_TARGET.arch, x86_64) { + contains(QT_ARCH, x86_64) { message("x64") # 输出目录 CONFIG(debug, debug|release) {