qt5base-lts/tests/auto/opengl/qgl/qgl.pro

16 lines
444 B
Prolog
Raw Normal View History

############################################################
# Project file for autotest for file qgl.h
############################################################
load(qttest_p4)
requires(contains(QT_CONFIG,opengl))
2011-05-23 14:49:06 +00:00
QT += widgets widgets-private 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
CONFIG+=insignificant_test