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

requires(!disable-installer)

TEMPLATE = subdirs

SUBDIRS = \
    animated-windows \
    frame-timer \
    hello-world \
    launch-intents \
    minidesk \
    application-features \
    multi-views \
    process-status \
    startup-plugin \
    intents \
    custom-appman \

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