File: sync.profile

package info (click to toggle)
qtwebsockets-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,512 kB
  • sloc: cpp: 9,455; makefile: 23; ansic: 21
file content (10 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
%modules = (
    "QtWebSockets" => "$basedir/src/websockets",
);

%moduleheaders = (
);

%classnames = (
    "qwebsocketprotocol.h" => "QWebSocketProtocol",
);