-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtcs.pro
More file actions
31 lines (27 loc) · 1.21 KB
/
tcs.pro
File metadata and controls
31 lines (27 loc) · 1.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
######################################################################
# Automatically generated by qmake (3.0) Sat Aug 2 13:21:10 2014
######################################################################
QT += core gui network sql
TEMPLATE = app
TARGET = tcs
INCLUDEPATH += . peripheral test rtsp db utlity
INCLUDEPATH += /usr/include/boost/
LIBS += -lboost_thread -lboost_system -lmongoclient
CONFIG += c++11
# Plate detection
INCLUDEPATH += Libs
DEPENDPATH += Libs
CONFIG += link_pkgconfig
PKGCONFIG += opencv
LIBS += -lopencv_objdetect -lopencv_features2d -lopencv_imgproc -lopencv_highgui -lopencv_core Libs/CarPlateRecognition.o Libs/Plate.o Libs/CameraParams.o Libs/Feature.o
# Input
HEADERS += kigManager.hpp utility/cdate.hpp db/mongo.hpp rtsp/rtspclient.hpp base.hpp peripheral/peripheral.hpp test/peripheralTester.hpp \
test/rtsptester.h db/settings.hpp db/camera.hpp \
test/dbtest.hpp
SOURCES += kigManager.cpp utility/cdate.cpp db/mongo.cpp rtsp/rtspclient.cpp base.cpp main.cpp peripheral/peripheral.cpp test/peripheralTester.cpp \
test/rtsptester.cpp db/settings.cpp db/camera.cpp \
test/dbtest.cpp
RCC_DIR = "Build/RCC"
MOC_DIR = "Build/MOC"
OBJECTS_DIR = "Build/OBJECTS"
UI_DIR = "Build/UI"