summaryrefslogtreecommitdiffstats
path: root/src/Viewer/Viewer.pro
blob: 07bdb7ade63a11a70d2381e6931ed2a9c70ae174 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
    studio3d \
    qmlviewer

!boot2qt:!integrity:!qnx {
    SUBDIRS += Qt3DViewer
}