-
Notifications
You must be signed in to change notification settings - Fork 0
/
terminal.pro
73 lines (61 loc) · 1.37 KB
/
terminal.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-09-13T15:11:21
#
#-------------------------------------------------
DEFINES += DEBUG
QT += core gui network script
CONFIG += console
unix:INCLUDEPATH += /usr/include/qcommandline
win32:INCLUDEPATH += "C:/Program Files/qcommandline/include/qcommandline"
win32:LIBS += -L "c:/Qt/4.8.3/lib" -L "C:/Program Files/qcommandline/lib"
LIBS += -lqcommandline
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
include(3rdparty/qextserialport-1.2beta2/src/qextserialport.pri)
TARGET = terminal
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
pindialog.cpp \
cardreader.cpp \
bytearray.cpp \
command.cpp \
terminal.cpp \
jsonindex.cpp \
json.cpp \
postdata.cpp \
balancedialog.cpp \
jconfig.cpp \
paymentdialog.cpp \
ejectdialog.cpp \
printer.cpp \
ipc.cpp \
options.cpp \
logger.cpp \
logtarget.cpp
HEADERS += mainwindow.h \
pindialog.h \
cardreader.h \
bytearray.h \
command.h \
debug.h \
terminal.h \
jsonindex.h \
json.h \
postdata.h \
balancedialog.h \
jconfig.h \
paymentdialog.h \
ejectdialog.h \
printer.h \
config.h \
ipc.h \
options.h \
logger.h \
logtarget.h
FORMS += mainwindow.ui \
pindialog.ui \
balancedialog.ui \
paymentdialog.ui \
ejectdialog.ui
OTHER_FILES +=