-
Notifications
You must be signed in to change notification settings - Fork 4
/
elograf.pro
40 lines (31 loc) · 1.17 KB
/
elograf.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-12-07T13:03:24
#
#-------------------------------------------------
QT += core gui widgets
greaterThan(QT_MAJOR_VERSION, 5):
TARGET = elograf
TEMPLATE = app
SOURCES += eloGraf/elograf.py \
eloGraf/elograf_rc.py\
eloGraf/languages.py
HEADERS +=
FORMS += \
eloGraf/confirm.ui \
eloGraf/advanced.ui \
eloGraf/custom.ui
TRANSLATIONS += eloGraf/translations/elograf_ca.ts
TRANSLATIONS += eloGraf/translations/elograf_cs.ts
TRANSLATIONS += eloGraf/translations/elograf_de.ts
TRANSLATIONS += eloGraf/translations/elograf_es.ts
TRANSLATIONS += eloGraf/translations/elograf_fi.ts
TRANSLATIONS += eloGraf/translations/elograf_fr.ts
TRANSLATIONS += eloGraf/translations/elograf_it.ts
TRANSLATIONS += eloGraf/translations/elograf_nb.ts
TRANSLATIONS += eloGraf/translations/elograf_pt.ts
TRANSLATIONS += eloGraf/translations/elograf_pt_BR.ts
TRANSLATIONS += eloGraf/translations/elograf_ru.ts
TRANSLATIONS += eloGraf/translations/elograf_sv.ts
TRANSLATIONS += eloGraf/translations/elograf_uk.ts
OTHER_FILES +=