aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: dcdb1aaa8b981264108960411617e0adf09fc4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = aroundview
QT = quickcontrols2
QT += widgets
QT += quick gui aglextras


SOURCES = main.cpp \
			camera.cpp \
			capturing.cpp \


HEADERS += camera.h \
			capturing.h \

RESOURCES += AroundView.qrc\
				images/images.qrc

INCLUDEPATH += /usr/include/opencv2
DEPENDPATH += /usr/include/opencv2

LIBS += `pkg-config opencv --libs`

include(app.pri)