2015-01-27 13:40:04 +00:00
|
|
|
############################################################
|
|
|
|
# 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
|
2015-02-05 14:45:53 +00:00
|
|
|
OTHER_FILES = buglist.json
|