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

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