File: webchannel.pro

package info (click to toggle)
qtwebchannel-opensource-src 5.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,468 kB
  • sloc: cpp: 2,858; makefile: 33; ansic: 14
file content (15 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs
qtHaveModule(websockets) {
    SUBDIRS += chatserver-cpp \
               chatclient-qml
    qtHaveModule(widgets) {
        SUBDIRS += standalone
    }
}

SUBDIRS += nodejs \
           qwclient \
           chatclient-html

EXAMPLE_FILES += \
    shared