From 803d7a561b9b9adcb674e6e91c3be2b71535336e Mon Sep 17 00:00:00 2001 From: rankun <870709864@qq.com> Date: Fri, 10 Jan 2025 11:30:02 +0800 Subject: [PATCH] feat: test build --- QtScrcpy/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/QtScrcpy/CMakeLists.txt b/QtScrcpy/CMakeLists.txt index 867320b8..cda60d63 100755 --- a/QtScrcpy/CMakeLists.txt +++ b/QtScrcpy/CMakeLists.txt @@ -54,7 +54,7 @@ if (MSVC) add_compile_options(/W3 /WX /wd4566) # avoid warning C4819 - #add_compile_options(-source-charset:utf-8) + add_compile_options(-source-charset:utf-8) #add_compile_options(/utf-8) # ensure we use minimal "windows.h" lib without the crazy min max macros @@ -264,8 +264,6 @@ endif() # MacOS if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") - set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15") - # copy bundle file get_target_property(MACOS_BUNDLE_PATH ${PROJECT_NAME} RUNTIME_OUTPUT_DIRECTORY) set(MACOS_BUNDLE_PATH ${MACOS_BUNDLE_PATH}/${PROJECT_NAME}.app/Contents)