-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathledgerstone.pro
More file actions
42 lines (39 loc) · 1.07 KB
/
Copy pathledgerstone.pro
File metadata and controls
42 lines (39 loc) · 1.07 KB
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
TARGET = ledgerstone
QT += widgets sql script
requires(qtConfig(treeview))
requires(qtConfig(tableview))
FORMS =
HEADERS = \
QutePtr.h \
actions.h \
addscoredialog.h \
calculateengine.h \
database.h \
defaulttheme.h \
descriptiondialog.h \
mainwindow.h \
monthheadermodel.h \
monthmodel.h \
qutilites.h \
scoresmodel.h \
theme.h \
transactionsmodel.h
RESOURCES =
SOURCES = \
actions.cpp \
addscoredialog.cpp \
calculateengine.cpp \
database.cpp \
defaulttheme.cpp \
descriptiondialog.cpp \
mainwindow.cpp \
monthheadermodel.cpp \
monthmodel.cpp \
qutilites.cpp \
scoresmodel.cpp \
theme.cpp \
transactionsmodel.cpp \
main.cpp
DISTFILES += \
todo.txt