summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 279d386f927f20d180d24ed9e907de12c73333c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs
CONFIG += ordered

# When building the desktop authoring tool, skip embedded/mobile targets
!cross_compile:!qnx:!mingw:!android:!ios:!integrity {
    SUBDIRS += \
        Runtime \
        3rdparty \
        shared \
        Authoring
}