
Untitled
By: a guest on
May 25th, 2012 | syntax:
None | size: 0.44 KB | hits: 23 | expires: Never
%modules = ( # path to module name map
"QtWebKit" => "$basedir/WebKit/qt/Api;$basedir/WebKit2/UIProcess/API/qt",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
"QtWebKit" => "",
);
vs
%modules = ( # path to module name map
"QtWebKit" => "$basedir",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
"QtWebKit" => "WebKit/qt/Api;WebKit2/UIProcess/API/qt",
);