2022-12-08 14:00:51 +08:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
2023-04-21 17:39:31 +08:00
|
|
|
|
|
|
|
CONFIG += \
|
|
|
|
ordered \
|
|
|
|
qt
|
2022-12-08 14:00:51 +08:00
|
|
|
|
|
|
|
SUBDIRS = \
|
2023-04-21 17:39:31 +08:00
|
|
|
plugins/plugin.pro \
|
|
|
|
src-vpn/src-vpn.pro \
|
|
|
|
src
|
2022-12-08 14:00:51 +08:00
|
|
|
|
|
|
|
TRANSLATIONS += \
|
|
|
|
translations/kylin-nm_zh_CN.ts \
|
|
|
|
translations/kylin-nm_tr.ts \
|
|
|
|
translations/kylin-nm_bo.ts \
|
|
|
|
translations/kylin-nm_bo_CN.ts
|