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

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