aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 4461e4d9dc8f95ce9f7dfcf00c2724bd6b659db0 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs

SUBDIRS += simple \
    mouseItem

qtHaveModule(quick) {
    SUBDIRS += quickGamepad \
               keyNavigation
}