-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathentropypianotuner.pro
43 lines (33 loc) · 1.18 KB
/
entropypianotuner.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
# Global includes
include($$PWD/entropypianotuner_config.pri)
include($$PWD/entropypianotuner_func.pri)
#-------------------------------------------------
# EPT MODULES
#-------------------------------------------------
TEMPLATE = subdirs
SUBDIRS = \
app \
modules \
thirdparty \
app.depends = modules thirdparty
modules.depends = thirdparty
# Global configuration
DISTFILES += .qmake.conf
#-------------------------------------------------
# TRANSLATIONS
#-------------------------------------------------
TRANSLATIONS = \
$$EPT_TRANSLATIONS_DIR/piano_tuner_de.ts \
$$EPT_TRANSLATIONS_DIR/piano_tuner_es.ts \
$$EPT_TRANSLATIONS_DIR/piano_tuner_pl.ts \
$$EPT_TRANSLATIONS_DIR/piano_tuner_pt.ts \
$$EPT_TRANSLATIONS_DIR/piano_tuner_ru.ts \
$$EPT_TRANSLATIONS_DIR/piano_tuner_ko.ts \
$$EPT_TRANSLATIONS_DIR/piano_tuner_zh.ts \
$$EPT_TRANSLATIONS_DIR/piano_tuner_fr.ts \
#-------------------------------------------------
# CONFIGURATION OUTPUT
#-------------------------------------------------
message(CONFIG: $$CONFIG)
message(EPT_CONFIG: $$EPT_CONFIG)
message(EPT_THIRDPARTY_CONFIG: $$EPT_THIRDPARTY_CONFIG)