f3ecda32e0
Also moves the openglwindow test to the opengl folder, as it makes use of these classes. Task-number: QTBUG-74409 Change-Id: Id9f0013cedcc8bd1e87122c005641d7298525045 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
12 lines
362 B
Prolog
12 lines
362 B
Prolog
############################################################
|
|
# Project file for autotest for gui/opengl functionality
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
TARGET = tst_qopengl
|
|
QT += opengl gui-private core-private testlib
|
|
|
|
SOURCES += tst_qopengl.cpp
|
|
|
|
linux:qtConfig(xcb):qtConfig(xcb-glx-plugin): DEFINES += USE_GLX
|