summaryrefslogtreecommitdiffstats
path: root/tradeshow/enterprise-kinectdatavis/src/quickfreenect/quickfreenect.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/enterprise-kinectdatavis/src/quickfreenect/quickfreenect.pro')
-rw-r--r--tradeshow/enterprise-kinectdatavis/src/quickfreenect/quickfreenect.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/tradeshow/enterprise-kinectdatavis/src/quickfreenect/quickfreenect.pro b/tradeshow/enterprise-kinectdatavis/src/quickfreenect/quickfreenect.pro
new file mode 100644
index 0000000..15cf004
--- /dev/null
+++ b/tradeshow/enterprise-kinectdatavis/src/quickfreenect/quickfreenect.pro
@@ -0,0 +1,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