qt5base-lts/tests/auto/gui/qopenglconfig/qopenglconfig.pro
Friedemann Kleint ec71482374 Add qopenglconfig test.
Add some parts of the qtdiag tool as a qtbase test to output the
graphics configuration to the CI log and to verify that Open GL can be
initialized for platforms on which the qopengl test is marked as
insignificant (for example, ANGLE).

Change-Id: Id445e57928e0307ad38cd433c52a62501f1097c6
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
2015-02-02 23:05:41 +00:00

11 lines
331 B
Prolog

############################################################
# Project file for autotest for gui/openglconfig functionality
############################################################
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qopenglconfig
QT += gui-private core-private testlib
SOURCES += tst_qopenglconfig.cpp