summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl/qgl.pro
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-09-08 15:12:01 +0200
committerJo Asplin <jo.asplin@nokia.com>2011-09-09 10:32:38 +0200
commit0bfa24106d1465dccabcf7ad38c9cffdc2229f29 (patch)
tree8a7d4e516b2c5aa6ca54ee8dc799ea4e17dde479 /tests/auto/qgl/qgl.pro
parent0a208dd4135fc16d05f9fd8c417d99e3f39c39fb (diff)
Moved autotests in category 'opengl' into new directory structure
Task-number: QTBUG-21356 Change-Id: I496680aa670af3409e50e1c254ef2c557b414d33 Reviewed-on: http://codereview.qt-project.org/4452 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qgl/qgl.pro')
-rw-r--r--tests/auto/qgl/qgl.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qgl/qgl.pro b/tests/auto/qgl/qgl.pro
deleted file mode 100644
index c5e26451ed..0000000000
--- a/tests/auto/qgl/qgl.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-############################################################
-# Project file for autotest for file qgl.h
-############################################################
-
-load(qttest_p4)
-requires(contains(QT_CONFIG,opengl))
-QT += widgets widgets-private opengl-private gui-private core-private
-
-contains(QT_CONFIG,egl):DEFINES += QGL_EGL
-win32:!wince*: DEFINES += QT_NO_EGL
-
-SOURCES += tst_qgl.cpp
-RESOURCES = qgl.qrc
-
-CONFIG+=insignificant_test