summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/applicationmanager.pro
blob: 6ea4e0836aa83362d97a6b1bd2890c3fb90849dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
load(am-config)

requires(!headless)

TEMPLATE = subdirs

SUBDIRS = \
    animated-windows \
    frame-timer \
    hello-world \
    minidesk \
    application-features \
    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 \