summaryrefslogtreecommitdiffstats
path: root/tests/auto/threed/qglsharedresource/qglsharedresource.pro
blob: 4f1ed637daf4f858f7c29cdf6bed8bd1802f16c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = tst_qglsharedresource
CONFIG += testcase
TEMPLATE=app
QT += testlib qt3d opengl widgets
CONFIG += warn_on

INCLUDEPATH += ../../../../src/threed/textures
VPATH += ../../../../src/threed/textures

HEADERS += qglsharedresource_p.h
SOURCES += tst_qglsharedresource.cpp qglsharedresource.cpp
QT+=widgets