summaryrefslogtreecommitdiffstats
path: root/tests/plugins/platforms/webgl/webgl.pro
blob: add40162690d34113a2c3dacef13fce0e1e42c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase

QT += \
    testlib \
    quick \
    websockets

TARGET = tst_webgl

HEADERS += \
    parameters.h

SOURCES += \
    tst_webgl.cpp

TESTDATA = *.qml

OTHER_FILES += \
    basic_scene.qml