aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/androidextras.pro
blob: 80d118607ea78991f3be745034bcbcf4cfafcf4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

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

        EXAMPLE_FILES += \
            notification \
            jnimessenger \
            services
    }
}