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

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