summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/cpptest.pro
blob: ac91d813a7a685d0f95abed5af903a67cb767004 (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
35
36
37
TEMPLATE = subdirs
SUBDIRS = q3dbars \
          q3dbars-proxy \
          q3dbars-modelproxy \
          q3dbars-series \
          q3dscatter \
          q3dscatter-proxy \
          q3dscatter-modelproxy \
          q3dscatter-series \
          q3dsurface \
          q3dsurface-proxy \
          q3dsurface-modelproxy \
          q3dsurface-heightproxy \
          q3dsurface-series \
          q3daxis-category \
          q3daxis-logvalue \
          q3daxis-value \
          q3dscene \
          q3dscene-camera \
          q3dscene-light \
          q3dtheme \
          q3dinput \
          q3dinput-touch \
          q3dcustom \
          q3dcustom-label \
          q3dcustom-volume

# QTBUG-60268
boot2qt {
    SUBDIRS -= q3dbars \
               q3dcustom-label \
               q3dsurface-modelproxy \
               q3dbars-modelproxy \
               q3dscene \
               q3dscatter \
               q3dsurface
}