summaryrefslogtreecommitdiff
path: root/sync.profile
blob: b26d76c820df44b7e65cb24c83e8a8bf60351a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%modules = (
    "QtWebSockets" => "$basedir/src/websockets",
);

%moduleheaders = (
);

%classnames = (
    "qtwebsockets.h" => "QtWebSockets",
);

%dependencies = (
    "qtbase" => "",
);