12 lines
355 B
Prolog
12 lines
355 B
Prolog
############################################################
|
|
# Project file for autotest for gui/opengl functionality
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
TARGET = tst_qopengl
|
|
QT += gui-private core-private testlib
|
|
|
|
SOURCES += tst_qopengl.cpp
|
|
|
|
linux:qtConfig(xcb):qtConfig(xcb-glx-plugin): DEFINES += USE_GLX
|