summaryrefslogtreecommitdiff
path: root/sync.profile
blob: 359adf33dd731936f3aa9babc1cdc826a89cff74 (plain)
1
2
3
4
5
6
7
8
9
%modules = (
    "QtGeniviExtras" => "$basedir/src/geniviextras",
);
%classnames = (
     "qdlt.h" => "QtDlt",
);
%dependencies = (
    "qtbase" => "refs/heads/stable",
);