summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 85aca0d85648dbf780f15789703de3b02d2cd0ea (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
    3rdparty \
    QtExtras \
    Runtime \
    Viewer

!cross_compile:!qnx:!mingw {
    SUBDIRS += Authoring
}