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

SUBDIRS = \
    animated-windows \
    hello-world \
    minidesk \
    monitor \
    multi-views \
    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 \