File: websockets.pro

package info (click to toggle)
qt6-websockets 6.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,324 kB
  • sloc: cpp: 10,382; makefile: 23; sh: 1
file content (17 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs
QT_FOR_CONFIG += network

SUBDIRS = echoclient \
          echoserver \
          simplechat

qtHaveModule(quick) {
SUBDIRS += qmlwebsocketclient \
           qmlwebsocketserver
}

qtConfig(ssl) {
SUBDIRS +=  \
            sslechoserver \
            sslechoclient
}