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>
11 lines
331 B
Prolog
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
|