-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProfiles_Project.pro
More file actions
97 lines (86 loc) · 2.21 KB
/
Profiles_Project.pro
File metadata and controls
97 lines (86 loc) · 2.21 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
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
#-------------------------------------------------
#
# Project created by QtCreator 2014-10-12T05:14:12
#
#-------------------------------------------------
QT += core gui sql xml network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = Profiles_Project
TEMPLATE = app
ICON = app.icns
win32:RC_FILE = resources.rc
SOURCES += main.cpp\
mainwindow.cpp \
newcustomerdialog.cpp \
newstylistdialog.cpp \
mydatamodel.cpp \
newrecorddialog.cpp \
newservicedialog.cpp \
newappointmentdialog.cpp \
newuserdialog.cpp \
editcustumerdialog.cpp \
globalconfig.cpp \
editstylistdialog.cpp \
editappointmentdialog.cpp \
edituserdialog.cpp \
editservicedialog.cpp \
mycell.cpp \
myqtablewidget.cpp \
apptconflitingdialog.cpp \
richtextdelegate.cpp \
apptdeleteconfirmationdialog.cpp \
smtp/smtp.cpp \
emailconfig.cpp \
companyconfigdialog.cpp \
aboutdialog.cpp \
apptbystylistreportdialog.cpp
HEADERS += mainwindow.h \
newcustomerdialog.h \
connection.h \
newstylistdialog.h \
mydatamodel.h \
newrecorddialog.h \
newservicedialog.h \
newappointmentdialog.h \
newuserdialog.h \
version.h \
editcustumerdialog.h \
globalconfig.h \
editstylistdialog.h \
editappointmentdialog.h \
edituserdialog.h \
editservicedialog.h \
mycell.h \
myqtablewidget.h \
apptconflitingdialog.h \
richtextdelegate.h \
apptdeleteconfirmationdialog.h \
smtp/smtp.h \
emailconfig.h \
companyconfigdialog.h \
aboutdialog.h \
apptbystylistreportdialog.h
FORMS += mainwindow.ui \
newcustomerdialog.ui \
newstylistdialog.ui \
newrecorddialog.ui \
newservicedialog.ui \
newappointmentdialog.ui \
newuserdialog.ui \
editcustumerdialog.ui \
editstylistdialog.ui \
editappointmentdialog.ui \
edituserdialog.ui \
editservicedialog.ui \
apptconflitingdialog.ui \
apptdeleteconfirmationdialog.ui \
emailconfig.ui \
companyconfigdialog.ui \
aboutdialog.ui \
apptbystylistreportdialog.ui
RESOURCES += \
resources.qrc
OTHER_FILES += \
resources.rc \
KDReports.pri
include($$PWD/KDReports.pri)