mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-29 04:39:20 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
286268360a
commit
a8cc794039
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
set(QC_TS_FILES
|
set(QC_TS_FILES
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/zh_CN.ts
|
${CMAKE_CURRENT_SOURCE_DIR}/zh_CN.ts
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/en_US.ts
|
${CMAKE_CURRENT_SOURCE_DIR}/en_US.ts
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/ja_JP.ts
|
||||||
)
|
)
|
||||||
# 设置qm文件生成目录
|
# 设置qm文件生成目录
|
||||||
set_source_files_properties(${QC_TS_FILES} PROPERTIES OUTPUT_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}")
|
set_source_files_properties(${QC_TS_FILES} PROPERTIES OUTPUT_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue