forked from loaded02/ICF_Report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathICF_Report.pro
62 lines (54 loc) · 1.24 KB
/
ICF_Report.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-30T22:33:51
#
#-------------------------------------------------
QT += core gui xml printsupport webkitwidgets
QMAKE_CXXFLAGS += -std=c++11
CONFIG += release #debug
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ICF_Report
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
icfcontroller.cpp \
patient.cpp \
therapist.cpp \
report.cpp \
function.cpp \
gui_function.cpp \
gui_functionform.cpp \
person.cpp \
domparser.cpp \
printwindow.cpp \
gui_showperson.cpp \
gui_newperson.cpp \
gui_report.cpp \
gui_settings.cpp \
gui_printwindow.cpp
HEADERS += mainwindow.h \
icfcontroller.h \
patient.h \
therapist.h \
report.h \
function.h \
gui_function.h \
gui_functionform.h \
person.h \
domparser.h \
printwindow.h \
gui_showperson.h \
gui_newperson.h \
gui_report.h \
gui_settings.h \
gui_printwindow.h
FORMS += mainwindow.ui \
gui_function.ui \
gui_functionform.ui \
gui_showperson.ui \
gui_newperson.ui \
gui_report.ui \
gui_settings.ui \
gui_printwindow.ui
RESOURCES += \
resources.qrc