mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
7 lines
156 B
INI
7 lines
156 B
INI
TEMPLATE = subdirs
|
|
SUBDIRS = QtScrcpy
|
|
|
|
# 多语言翻译文件
|
|
TRANSLATIONS = \
|
|
$$PWD/QtScrcpy/res/i18n/zh_CN.ts \
|
|
$$PWD/QtScrcpy/res/i18n/en_US.ts
|