summaryrefslogtreecommitdiff
path: root/src/src.pro
blob: b5d9d1b88b994a5282b2d0c55a213c74ae039931 (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs
CONFIG += ordered

qtConfig(textcodec) {
    SUBDIRS += websockets
    qtHaveModule(quick): SUBDIRS += imports
}