summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 81532f126a83bb0be070b63a6553472a751e2039 (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:!android:!ios:!integrity {
    SUBDIRS += \
        Runtime \
        3rdparty \
        shared \
        Authoring
}