mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 22:28:39 +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平台下配置
|
# 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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue