mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
fix: win determine 32 or 64
This commit is contained in:
parent
841f0e5fc0
commit
6c5b0ac5be
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ INCLUDEPATH += \
|
|||
# Win平台下配置
|
||||
# ***********************************************************
|
||||
win32 {
|
||||
contains(QMAKE_TARGET.arch, x86_64) {
|
||||
contains(QT_ARCH, x86_64) {
|
||||
message("x64")
|
||||
# 输出目录
|
||||
CONFIG(debug, debug|release) {
|
||||
|
|
Loading…
Add table
Reference in a new issue