-
Notifications
You must be signed in to change notification settings - Fork 11
/
irctc3.pro
70 lines (60 loc) · 1.09 KB
/
irctc3.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
#-------------------------------------------------
#
# Project created by QtCreator 2016-02-06T12:36:37
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = irctc
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
dialog.cpp \
database.cpp \
signup.cpp \
login.cpp \
available.cpp \
confirm.cpp \
debit.cpp \
details.cpp \
payment.cpp \
indirect.cpp
HEADERS += mainwindow.h \
dialog.h \
database.h \
signup.h \
userpass.h \
login.h \
available.h \
confirm.h \
debit.h \
details.h \
payment.h \
indirect.h
FORMS += mainwindow.ui \
dialog.ui \
signup.ui \
login.ui \
available.ui \
confirm.ui \
debit.ui \
details.ui \
payment.ui \
indirect.ui
RESOURCES +=
OTHER_FILES += \
file1.txt
DISTFILES += \
user.txt \
mon.txt \
temp.txt \
select.txt \
p-detail.txt \
tue.txt \
wed.txt \
thu.txt \
fri.txt \
sat.txt \
sun.txt \
code.txt \
extra.txt