summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 1b02d6902f6f895b17a12ce0ab617cf752eb0fdb (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs

SUBDIRS += \
    runtime

qtHaveModule(quick) {
    SUBDIRS += imports
    imports.depends = runtime
}