aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/androidextras.pro
blob: 7239503012b59bb541fdc3555b727a8e194f7031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
android {
    qtHaveModule(quick) {
        SUBDIRS += \
            notification \
            jnimessenger

        EXAMPLE_FILES += \
            notification \
            jnimessenger
    }
}