summaryrefslogtreecommitdiffstats
path: root/tests/manual/kinectsurface/kinectsurface.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2016-01-11 17:08:02 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2016-01-12 14:40:58 +0000
commitdb2a90fa9b4f823d37e02545732ff815ca9a1726 (patch)
treea40bdc88dbaf0d7538ab1c8cfa5f003c65586cf2 /tests/manual/kinectsurface/kinectsurface.pro
parent64f0d4fb353ae2e447483897839d4df8b5b32f54 (diff)
Remove some manual test apps
Removed - Kinectsurface - Has 3rd party code. - qmlcamera - Ugly mess and kinda pointless. - qmlmultiwindow - Test is not relevant and is buggy. - spectrum - Has 3rd party code. Change-Id: Ic28ffddf9e45f51a5320d4ebd0e2b7b373452cb7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Diffstat (limited to 'tests/manual/kinectsurface/kinectsurface.pro')
-rw-r--r--tests/manual/kinectsurface/kinectsurface.pro71
1 files changed, 0 insertions, 71 deletions
diff --git a/tests/manual/kinectsurface/kinectsurface.pro b/tests/manual/kinectsurface/kinectsurface.pro
deleted file mode 100644
index c66ae901..00000000
--- a/tests/manual/kinectsurface/kinectsurface.pro
+++ /dev/null
@@ -1,71 +0,0 @@
-!include( ../tests.pri ) {
- error( "Couldn't find the tests.pri file!" )
-}
-
-SOURCES += main.cpp \
- surfacedata.cpp
-HEADERS += \
- surfacedata.h
-
-QT += widgets
-
-INSTALLS += target
-
-# <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-# <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-# QtKinectWrapper QtKinectWrapper QtKinectWrapper QtKinectWrapper
-# ##############################################################################
-# ##############################################################################
-# Kinect: START OF CONFIGURATION BELOW ->
-#
-# Copy these lines at the end of your the project file of your application (.pro )
-# Check the lines indicated "Modify below" and adapt the path to:
-# 1) QtKinectWrapper sources (i.e. where the QKinectWrapper.* files lie),
-# 2) OpenNI path
-# 3) Make sure the OpenNI, PrimeSense NITE, PrimeSense Kinect Sensor are all in your path
-#
-# -------------------------------- Modify below --------------------------------
-
-# Set QTKINECTWRAPPER_SOURCE_PATH to point to the directory containing the QtKinectWrapper classes
-QTKINECTWRAPPER_SOURCE_PATH = QtKinectWrapper
-
-# Set OPENNI_LIBRARY_PATH to point to the directory where openNI is installed. Assumption: the import libraries are in $$OPENNI_LIBRARY_PATH/lib
-# Multiple path can be specified (e.g. to handle x86 / x64 differences)
-# Quotation marks with spaces
-win32 {
-OPENNI_LIBRARY_PATH = "C:/Program Files (x86)/OpenNI"
-OPENNI_LIBRARY_PATH += "C:/Program Files/OpenNI"
-}
-
-# ------------------------------ Copy as-is below ------------------------------
-# ##############################################################################
-# ##############################################################################
-# QtKinectWrapper QtKinectWrapper QtKinectWrapper QtKinectWrapper
-# ##############################################################################
-# Do not modify: default settings
-# ##############################################################################
-# Path for Qt wrapper
-INCLUDEPATH += $$QTKINECTWRAPPER_SOURCE_PATH
-# Sources for Qt wrapper
-SOURCES += $$QTKINECTWRAPPER_SOURCE_PATH/QKinectWrapper.cpp
-HEADERS += $$QTKINECTWRAPPER_SOURCE_PATH/QKinectWrapper.h
-
-
-
-win32 {
- # Set the path to the patched openni/include
- INCLUDEPATH += $$QTKINECTWRAPPER_SOURCE_PATH/OpenNI/Include
- # Set the path to the Qt wrapper
- INCLUDEPATH += $$QTKINECTWRAPPER_SOURCE_PATH
-
- # Iterate through
- for(l, OPENNI_LIBRARY_PATH):LIBS+=-L$$l/lib
- #LIBS += -L$$OPENNI_LIBRARY_PATH/lib
- LIBS += -lopenNI
-}
-
-# ##############################################################################
-# ##############################################################################
-# QtKinectWrapper QtKinectWrapper QtKinectWrapper QtKinectWrapper
-# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>