2021-08-09 17:13:04 +08:00
|
|
|
TEMPLATE = subdirs
|
2019-10-31 09:56:53 +08:00
|
|
|
|
2021-08-10 15:57:30 +08:00
|
|
|
CONFIG += ordered \
|
|
|
|
qt
|
2019-10-31 09:56:53 +08:00
|
|
|
|
2021-08-09 17:13:04 +08:00
|
|
|
SUBDIRS = \
|
2021-10-27 12:28:16 +08:00
|
|
|
plugins/plugin.pro \
|
2021-08-09 17:13:04 +08:00
|
|
|
src \
|
2019-10-31 09:56:53 +08:00
|
|
|
|
2021-08-09 17:13:04 +08:00
|
|
|
TRANSLATIONS += \
|
2021-09-24 15:52:51 +08:00
|
|
|
translations/kylin-nm_zh_CN.ts \
|
2021-08-09 17:13:04 +08:00
|
|
|
translations/kylin-nm_tr.ts \
|
2022-06-23 20:47:51 +08:00
|
|
|
translations/kylin-nm_bo.ts \
|
|
|
|
translations/kylin-nm_bo_CN.ts
|