summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/qmltest.pro
blob: f660f75905479b52cdd3be73f3ac5d15f3bb203a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
TEMPLATE = app
TARGET = tst_qmltest
CONFIG += qmltestcase
CONFIG += console
SOURCES += tst_qmltest.cpp
OTHER_FILES += bars3d\tst_basic.qml \
               bars3d\tst_bars.qml \
               bars3d\tst_barseries.qml \
               #bars3d\tst_proxy.qml \
               scatter3d\tst_basic.qml \
               scatter3d\tst_scatter.qml \
               scatter3d\tst_scatterseries.qml \
               #scatter3d\tst_proxy.qml \
               surface3d\tst_basic.qml \
               surface3d\tst_surface.qml \
               surface3d\tst_surfaceseries.qml \
               #surface3d\tst_proxy.qml \
               theme3d\tst_theme.qml \
               theme3d\tst_colorgradient.qml \
               theme3d\tst_themecolor.qml \
               custom3d\tst_customitem.qml \
               custom3d\tst_customlabel.qml \
               custom3d\tst_customvolume.qml \
               scene3d\tst_scene.qml \
               scene3d\tst_camera.qml \
               scene3d\tst_light.qml #\
#               axis3d\tst_category.qml \
#               axis3d\tst_value.qml \
#               axis3d\tst_logvalue.qml

# TODO: Check new QML types in 1.2

RESOURCES += \
    qmltest.qrc