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
|
|
|
|
2014-06-13 14:36:27 +00:00
|
|
|
linux:contains(QT_CONFIG, xcb-glx):contains(QT_CONFIG, xcb-xlib):!contains(QT_CONFIG, egl): DEFINES += USE_GLX
|