summaryrefslogtreecommitdiffstats
path: root/tests/kinectsurface/kinectsurface.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-10-20 13:18:59 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-10-22 10:08:51 +0000
commit31f9c57bc50ae053cfaf039a1dfdb128e2494458 (patch)
tree316138cb73c49877f5a80a8496c2f1b737122fb5 /tests/kinectsurface/kinectsurface.pro
parent4162ddeb02ee41fd4217d7f3d93d45cab3313ba8 (diff)
Fix issues with COIN builds
-Fix miscellaneous compile errors -Move manual tests to manual folder and enable export of autotests -Added widgets requirement -Fixed autotests -Fixed renderer and controller synchronization in QML case -Treat fallback Mesa as ES2 similar to setting AA_UseSoftwareOpenGL Change-Id: If6619733725d079e339bef16262e5ea1450ab20f Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Diffstat (limited to 'tests/kinectsurface/kinectsurface.pro')
-rw-r--r--tests/kinectsurface/kinectsurface.pro71
1 files changed, 0 insertions, 71 deletions
diff --git a/tests/kinectsurface/kinectsurface.pro b/tests/kinectsurface/kinectsurface.pro
deleted file mode 100644
index c66ae901..00000000
--- a/tests/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
-# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>