summaryrefslogtreecommitdiff
path: root/src/src.pro
blob: 900a9246c0e405f6fde9f52ce85704d320c9ae88 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs

SUBDIRS += webchannel

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