forked from pencil2d/pencil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpencil2d.pro
43 lines (37 loc) · 1.45 KB
/
pencil2d.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
######################################################################
# Automatically generated by qmake (2.01a) sam. janv. 13 17:20:35 2007
######################################################################
TEMPLATE = subdirs
SUBDIRS = \ # sub-project names
core_lib \
app \
tests
# build the project sequentially as listed in SUBDIRS !
CONFIG += ordered
# where to find the sub projects - give the folders
core_lib.subdir = core_lib
app.subdir = app
tests.subdir = tests
# what subproject depends on others
app.depends = core_lib
tests.depends = core_lib
TRANSLATIONS += translations/pencil.ts \
translations/pencil_cs.ts \
translations/pencil_da.ts \
translations/pencil_de.ts \
translations/pencil_es.ts \
translations/pencil_et.ts \
translations/pencil_fr.ts \
translations/pencil_he.ts \
translations/pencil_hu_HU.ts \
translations/pencil_id.ts \
translations/pencil_it.ts \
translations/pencil_ja.ts \
translations/pencil_pl.ts \
translations/pencil_pt.ts \
translations/pencil_pt_BR.ts \
translations/pencil_ru.ts \
translations/pencil_sl.ts \
translations/pencil_vi.ts \
translations/pencil_zh_CN.ts \
translations/pencil_zh_TW.ts