-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaussackler.pro
42 lines (39 loc) · 918 Bytes
/
aussackler.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
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
QT += core widgets xml
CONFIG += qt debug
# Input
HEADERS += aussackler.h \
assetsmodel.h \
calc.h \
docmodel.h \
document.h \
entry.h \
entrymodel.h \
entrywindow.h \
invest.h \
mainwindow.h \
transaction.h \
tsort.h \
vat.h
FORMS += account.ui \
category.ui \
doclist.ui \
document.ui \
entry.ui \
mainwindow.ui \
settings.ui \
vatcategory.ui
SOURCES += aussackler.cpp \
assetsmodel.cpp \
calc.cpp \
docmodel.cpp \
document.cpp \
entry.cpp \
entrymodel.cpp \
entrywindow.cpp \
invest.cpp \
mainwindow.cpp \
transaction.cpp \
vat.cpp