-
Notifications
You must be signed in to change notification settings - Fork 4
/
786Plastics.pro
55 lines (47 loc) · 1.04 KB
/
786Plastics.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
#-------------------------------------------------
#
# Project created by QtCreator 2016-07-23T22:37:11
#
#-------------------------------------------------
QT += core gui sql charts printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = 786Plastics
TEMPLATE = app
SOURCES += main.cpp\
factory.cpp \
paymentdialog.cpp \
selldialog.cpp \
buydialog.cpp \
logindialog.cpp \
settingsdialog.cpp \
dealermodel.cpp \
stockmodel.cpp \
salesmodel.cpp \
paymentmodel.cpp \
application.cpp \
reportsdialog.cpp \
tableprinter.cpp
HEADERS += \
factory.h \
paymentdialog.h \
selldialog.h \
buydialog.h \
logindialog.h \
settingsdialog.h \
dealermodel.h \
stockmodel.h \
salesmodel.h \
paymentmodel.h \
application.h \
reportsdialog.h \
tableprinter.h
FORMS += \
factory.ui \
paymentdialog.ui \
selldialog.ui \
buydialog.ui \
logindialog.ui \
settingsdialog.ui \
reportsdialog.ui
RESOURCES += \
resource.qrc