summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.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/auto.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/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index c2f58835a9..c16f00ff8b 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -9,6 +9,6 @@ SUBDIRS += \
other
!cross_compile: SUBDIRS += host.pro
-contains(QT_CONFIG, opengl): SUBDIRS += opengl.pro
+contains(QT_CONFIG, opengl): SUBDIRS += opengl
unix:!embedded:contains(QT_CONFIG, dbus): SUBDIRS += dbus
contains(QT_CONFIG, v8): SUBDIRS += v8.pro