aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/androidextras.pro
blob: 169797a76213f72ee906536a15adefc89548df8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs

android {
    qtHaveModule(quick) {
        SUBDIRS += \
            notification \
            jnimessenger \
            services \
            customactivity \
            musiclist

        EXAMPLE_FILES += \
            notification \
            jnimessenger \
            services \
            customactivity \
            musiclist
    }
}