summaryrefslogtreecommitdiffstats
path: root/tests/auto/viewer/viewer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/viewer/viewer.pro')
-rw-r--r--tests/auto/viewer/viewer.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/auto/viewer/viewer.pro b/tests/auto/viewer/viewer.pro
deleted file mode 100644
index 9e06c2ca..00000000
--- a/tests/auto/viewer/viewer.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-TEMPLATE = app
-CONFIG += testcase
-include($$PWD/../../../src/Runtime/ogl-runtime/commoninclude.pri)
-
-TARGET = tst_qt3dsviewer
-QT += testlib gui quick studio3d
-RESOURCES += viewer.qrc
-
-HEADERS += \
- tst_qt3dsviewer.h
-
-SOURCES += \
- tst_qt3dsviewer.cpp
-
-LIBS += \
- -lqt3dsopengl$$qtPlatformTargetSuffix() \
- -lqt3dsqmlstreamer$$qtPlatformTargetSuffix()
-
-ANDROID_EXTRA_LIBS = \
- libqt3dsopengl.so \
- libqt3dsqmlstreamer.so