-
Notifications
You must be signed in to change notification settings - Fork 1
/
Recognitor.pro
49 lines (42 loc) · 1020 Bytes
/
Recognitor.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-07-02T00:49:05
#
#-------------------------------------------------
QT += core gui
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Recognitor
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
auth.cpp \
adminscreen.cpp \
windowmanager.cpp \
userscreen.cpp \
exuserscreen.cpp \
goodsmgmtscreen.cpp \
cvtoqt.cpp \
cameracapture.cpp \
packet.cpp \
keyenterreceiver.cpp
HEADERS += mainwindow.h \
auth.h \
adminscreen.h \
windowmanager.h \
userscreen.h \
exuserscreen.h \
goodsmgmtscreen.h \
cvtoqt.h \
cameracapture.h \
packet.h \
keyenterreceiver.h
FORMS += mainwindow.ui \
adminscreen.ui \
userscreen.ui \
exuserscreen.ui \
goodsmgmtscreen.ui
INCLUDEPATH += "/usr/local/include/opencv" \
"/usr/local/include"
LIBS += `pkg-config --libs opencv`
LIBS += -lXtst -lX11