2011-08-29 10:26:08 +00:00
|
|
|
############################################################
|
|
|
|
# Project file for autotest for gui/opengl functionality
|
|
|
|
############################################################
|
|
|
|
|
2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qopengl
|
2014-02-27 12:50:38 +00:00
|
|
|
QT += gui-private core-private testlib
|
2011-08-29 10:26:08 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qopengl.cpp
|
2013-06-07 11:03:34 +00:00
|
|
|
|
2019-02-12 13:14:16 +00:00
|
|
|
linux:qtConfig(xcb):qtConfig(xcb-glx-plugin): DEFINES += USE_GLX
|