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 = \
|
|
|
|
src \
|
2019-10-31 09:56:53 +08:00
|
|
|
|
2021-08-09 17:13:04 +08:00
|
|
|
TRANSLATIONS += \
|
|
|
|
translations/kylin-nm_zh_CN.ts \
|
|
|
|
translations/kylin-nm_tr.ts \
|
|
|
|
translations/kylin-nm_bo.ts
|
2021-08-10 15:57:30 +08:00
|
|
|
|
|
|
|
QT += widgets
|