summaryrefslogtreecommitdiffstats
path: root/tests/auto/threed/qglpainter/qglpainter.pro
blob: 0f195dcf62d6b8c7e08241e684f317e1aa29d53f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4.prf)
TEMPLATE=app
QT += testlib
CONFIG += unittest warn_on qt3d

INCLUDEPATH += ../../../shared
VPATH += ../../../shared

SOURCES += tst_qglpainter.cpp \
           qgltestwidget.cpp \
           compareimage.cpp \
           qglsimulator.cpp
HEADERS += qgltestwidget.h \
           compareimage.h \
           qglsimulator.h