summaryrefslogtreecommitdiffstats
path: root/tradeshow/enterprise-kinectdatavis/src/quickfreenect/quickfreenect.pro
blob: 15cf004f4f18c0b1de982fef112eb9a99ce97c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = lib

# Make it easier to run the UI with qmlscene
DESTDIR = ../../Freenect

QT += quick datavisualization
CONFIG += c++11 link_pkgconfig plugin
PKGCONFIG = libusb-1.0

INCLUDEPATH += ../libfreenect/include
LIBS += -L ../libfreenect/lib -lfreenect

SOURCES += \
    plugin.cpp \
    qquickfreenectbackend.cpp \
    qquickfreenectdepthdataproxy.cpp \
    qquickfreenectvideooutput.cpp

HEADERS += \
    qquickfreenectbackend.h \
    qquickfreenectdepthdataproxy.h \
    qquickfreenectstate.h \
    qquickfreenectvideooutput.h