qt5base-lts/tests/auto/qgl/qgl.pro
Bjørn Erik Nilsen 862a819762 Compile auto tests.
Reviewed-by: mstormo
2011-05-16 16:59:05 +02:00

15 lines
393 B
Prolog

############################################################
# Project file for autotest for file qgl.h
############################################################
load(qttest_p4)
requires(contains(QT_CONFIG,opengl))
QT += opengl-private gui-private core-private
contains(QT_CONFIG,egl):DEFINES += QGL_EGL
win32:!wince*: DEFINES += QT_NO_EGL
SOURCES += tst_qgl.cpp
RESOURCES = qgl.qrc