21
by Kende Krisztián
Initial upload of new C++ port |
1 |
TEMPLATE = subdirs |
2 |
||
3 |
SUBDIRS += libsystemback \ |
|
112
by Kende Krisztián
Eliminate all english contractions |
4 |
sbscheduler \ |
5 |
sbsysupgrade \ |
|
6 |
sbsustart \ |
|
7 |
systemback \ |
|
8 |
systemback-cli |
|
9 |
||
115
by Kende Krisztián
Create nonexistent storage directory at starting time if parent directory is exist |
10 |
sbscheduler.depends = libsystemback |
11 |
sbsysupgrade.depends = libsystemback |
|
12 |
sbsustart.depends = libsystemback |
|
13 |
systemback.depends = libsystemback |
|
14 |
systemback-cli.depends = libsystemback |
|
15 |
||
112
by Kende Krisztián
Eliminate all english contractions |
16 |
TRANSLATIONS = lang/systemback_hu.ts \ |
17 |
lang/systemback_ar_EG.ts \ |
|
18 |
lang/systemback_ca_ES.ts \ |
|
184
by Kende Krisztián
Close CLI process when it is not running in the foreground |
19 |
lang/systemback_cs.ts \ |
308
by Kende Krisztián
Fix some operation errors when a file name contains garbage characters |
20 |
lang/systemback_da_DK.ts \ |
248
by Kende Krisztián
Improve GUI |
21 |
lang/systemback_de.ts \ |
220
by Kende Krisztián
Fix text color problems when the scheduler opened a window |
22 |
lang/systemback_en_GB.ts \ |
112
by Kende Krisztián
Eliminate all english contractions |
23 |
lang/systemback_es.ts \ |
24 |
lang/systemback_fi.ts \ |
|
25 |
lang/systemback_fr.ts \ |
|
26 |
lang/systemback_gl_ES.ts \ |
|
154
by Kende Krisztián
Import Indonesian translations |
27 |
lang/systemback_id.ts \ |
112
by Kende Krisztián
Eliminate all english contractions |
28 |
lang/systemback_pt_BR.ts \ |
29 |
lang/systemback_ro.ts \ |
|
300
by Kende Krisztián
Import Russian translations |
30 |
lang/systemback_ru.ts \ |
112
by Kende Krisztián
Eliminate all english contractions |
31 |
lang/systemback_tr.ts \ |
257
by Kende Krisztián
Import improved German translations |
32 |
lang/systemback_uk.ts \ |
112
by Kende Krisztián
Eliminate all english contractions |
33 |
lang/systemback_zh_CN.ts |