summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/applicationmanager.pro
blob: 8231c457aca7b0ca1c4202e085356adc8fd563ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = subdirs

SUBDIRS = \
    animated-windows \
    frame-timer \
    hello-world \
    minidesk \
    multi-views \
    process-status \
    startup-plugin \
    intents \

# remove the !headless and handle this in the example when we switch to the new configure system
!headless:SUBDIRS += \
    custom-appman \

linux:!android:SUBDIRS += \
    softwarecontainer-plugin \