forked from pencil2d/pencil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpencil.pro
41 lines (35 loc) · 1.25 KB
/
pencil.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
######################################################################
# Automatically generated by qmake (2.01a) sam. janv. 13 17:20:35 2007
######################################################################
TEMPLATE = subdirs
SUBDIRS = \ # sub-project names
zlib \
quazip \
core_lib \
app \
tests
# build the project sequentially as listed in SUBDIRS !
CONFIG += ordered
# where to find the sub projects - give the folders
zlib.subdir = 3rdlib/zlib
quazip.subdir = 3rdlib/quazip
core_lib.subdir = core_lib
app.subdir = app
tests.subdir = tests
#l10n.subdir = translations
# what subproject depends on others
quazip.depends = zlib
core_lib.depends = quazip
app.depends = core_lib
tests.depends = core_lib
TRANSLATIONS += translations/Language.cs.ts \
translations/Language.da.ts \
translations/Language.de.ts \
translations/Language.es.ts \
translations/Language.fr.ts \
translations/Language.hu-HU.ts \
translations/Language.it.ts \
translations/Language.ja.ts \
translations/Language.pt-BR.ts \
translations/Language.ru.ts \
translations/Language.zh-TW.ts