summaryrefslogtreecommitdiff
path: root/examples/examples.pro
blob: 554ec1166d1f581d5ccc31e2e1b93b06da65c28c (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs

SUBDIRS += standalone

qtHaveModule(quick) {
    SUBDIRS += \
        hybridshell \
        qtobject
}