3cc0cf31bd
This is meant to be a temporary solution to not hold any further development. JIRA tasks might be filed for failing tests. Change-Id: I08a5f5b0cb153e7fd7890b2936ec3bb6b3a0907c Reviewed-on: http://codereview.qt.nokia.com/1753 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
16 lines
420 B
Prolog
16 lines
420 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
|
|
|
|
CONFIG+=insignificant_test
|