b857d4ca8f
VS2010 is not supported in Qt5.7+ Change-Id: I9961c49750d39dd92b593ae4c29e11d57a3fbbfa Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
12 lines
358 B
Prolog
12 lines
358 B
Prolog
############################################################
|
|
# Project file for autotest for file qgl.h
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
TARGET = tst_qgl
|
|
requires(qtHaveModule(opengl))
|
|
QT += widgets widgets-private opengl-private gui-private core-private testlib
|
|
|
|
SOURCES += tst_qgl.cpp
|
|
RESOURCES = qgl.qrc
|