summaryrefslogtreecommitdiffstats
path: root/tests/manual/sharedtexture/sharedtexture.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/sharedtexture/sharedtexture.pro')
-rw-r--r--tests/manual/sharedtexture/sharedtexture.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/manual/sharedtexture/sharedtexture.pro b/tests/manual/sharedtexture/sharedtexture.pro
deleted file mode 100644
index 51faf69e2..000000000
--- a/tests/manual/sharedtexture/sharedtexture.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += widgets 3dcore 3drender 3dinput 3dextras multimedia opengl
-
-greaterThan(QT_MAJOR_VERSION, 5) {
- QT += openglwidgets
-}
-
-SOURCES += \
- videoplayer.cpp \
- main.cpp
-
-HEADERS += \
- videoplayer.h