forked from ckazzku/zatraty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharbour-zatraty.pro
63 lines (53 loc) · 1.6 KB
/
harbour-zatraty.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
TARGET = harbour-zatraty
CONFIG += sailfishapp c++11
QT += sql concurrent
SOURCES += src/harbour-zatraty.cpp \
src/category.cpp \
src/database.cpp \
src/expense.cpp \
src/settings.cpp \
src/models/backuplistmodel.cpp \
src/models/categorylistmodel.cpp \
src/models/datelistmodel.cpp \
src/models/expenselistmodel.cpp \
src/models/categorymodel.cpp \
src/models/expensemodel.cpp
HEADERS += \
src/category.h \
src/database.h \
src/expense.h \
src/settings.h \
src/models/backuplistmodel.h \
src/models/categorylistmodel.h \
src/models/datelistmodel.h \
src/models/expenselistmodel.h \
src/models/categorymodel.h \
src/models/expensemodel.h
INCLUDEPATH += src \
src/models
OTHER_FILES += qml/harbour-zatraty.qml \
qml/cover/*.qml \
qml/JS/*.js \
qml/components/*.qml \
qml/pages/*.qml \
qml/helpers/*.qml \
qml/charts/*.js \
qml/charts/*.qml \
rpm/*.changes \
rpm/*.yaml \
translations/harbour-zatraty*.ts \
harbour-zatraty.desktop
LIBS += -lz
CONFIG += sailfishapp_i18n
TRANSLATIONS += translations/harbour-zatraty.de.ts \
translations/harbour-zatraty.it.ts \
translations/harbour-zatraty.sv.ts \
translations/harbour-zatraty.ru.ts \
translations/harbour-zatraty.fr.ts
RESOURCES += \
images.qrc
SAILFISHAPP_ICONS += 86x86 108x108 128x128 256x256
DISTFILES += icons/86x86/harbour-zatraty.png \
icons/108x108/harbour-zatraty.png \
icons/128x128/harbour-zatraty.png \
icons/256x256/harbour-zatraty.png