summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/applicationmanager.pro
blob: 82074d71115e91e8e995d0f0c35ff78a7c0a4baa (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 \
    launch-intents \
    minidesk \
    application-features \
    multi-views \
    process-status \
    startup-plugin \
    intents \
    custom-appman \

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