-
Notifications
You must be signed in to change notification settings - Fork 0
/
qenes.pro
116 lines (115 loc) · 2.63 KB
/
qenes.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# -------------------------------------------------
# Project created by QtCreator 2009-07-06T15:16:07
# -------------------------------------------------
TARGET = qenes
TEMPLATE = app
TRANSLATIONS = english.ts \
suomi.ts \
svenska.ts
SOURCES += main.cpp \
mainwindow.cpp \
data/persondata.cpp \
data/familydata.cpp \
dbview.cpp \
ui/header.cpp \
settings.cpp \
problemfinder.cpp \
data/date.cpp \
data/multimedia.cpp \
data/address.cpp \
data/source.cpp \
data/repo.cpp \
data/submitter.cpp \
data/note.cpp \
data/entry.cpp \
ui/person.cpp \
ui/box/current.cpp \
io/reporter.cpp \
io/loadprogress.cpp \
io/loadfile.cpp \
io/savefile.cpp \
ui/personlist/personlist.cpp \
ui/personlist/childlist.cpp \
ui/personlist/siblinglist.cpp \
ui/personlist/cousinlist.cpp \
data/genedata.cpp \
ui/searchandhistory.cpp \
io/PrintSettings.cpp \
generation.cpp \
dbview2.cpp \
ui/box/panelcommonall.cpp \
linewidget.cpp \
ui/box/panel.cpp \
messagepanel.cpp \
sourceview.cpp \
data/problem.cpp \
searchreplace.cpp \
ui/descendants.cpp
HEADERS += mainwindow.h \
ui/person.h \
ui_person.h \
data/persondata.h \
ui_mainwindow.h \
data/familydata.h \
dbview.h \
ui_current.h \
ui_boxsize1.h \
settings.h \
problemfinder.h \
data/genedata.h \
data/repo.h \
data/address.h \
data/note.h \
data/multimedia.h \
data/source.h \
data/date.h \
data/entry.h \
data/submitter.h \
data/problem.h \
macro.h \
ui/header.h \
ui/box/current.h \
io/reporter.h \
io/loadprogress.h \
io/loadfile.h \
io/savefile.h \
ui/personlist/personlist.h \
ui/personlist/childlist.h \
ui/personlist/siblinglist.h \
ui/personlist/cousinlist.h \
ui/searchandhistory.h \
io/PrintSettings.h \
generation.h \
dbview2.h \
ui/box/panelcommonall.h \
linewidget.h \
ui/box/panel.h \
messagepanel.h \
gui.h \
sourceview.h \
searchreplace.h \
ui/descendants.h
FORMS += mainwindow.ui \
databaseview.ui \
ui/settings.ui \
problemFinder.ui \
ui/person.ui \
ui/header.ui \
io/printsettings.ui \
io/loadprogress.ui \
ui/personlist/personlist.ui \
ui/SearchAndHistory.ui \
generation.ui \
databaseview2.ui \
messagepanel.ui \
sourceview.ui \
ui/box/current.ui \
searchreplace.ui \
ui/descendants.ui
//QT += webenginewidgets
QT += printsupport
OTHER_FILES += ../korjaa.txt \
notes.txt \
../qenes-build-desktop/qml/main.qml
RESOURCES += \
resources.qrc