aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/androidextras.pro
blob: ce3926fc40139277fc481036858295c11e91ea54 (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs
android {
    qtHaveModule(quick) {
        SUBDIRS += notification
        EXAMPLE_FILES += notification
    }
}