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

%moduleheaders = (
);

%modulepris = (
    "QtWebSockets" => "$basedir/modules/qt_websockets.pri",
);

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

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