Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 25th, 2012  |  syntax: None  |  size: 0.44 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. %modules = ( # path to module name map
  2.     "QtWebKit" => "$basedir/WebKit/qt/Api;$basedir/WebKit2/UIProcess/API/qt",
  3. );
  4. %moduleheaders = ( # restrict the module headers to those found in relative path
  5.     "QtWebKit" => "",
  6. );
  7.  
  8. vs
  9.  
  10. %modules = ( # path to module name map
  11.     "QtWebKit" => "$basedir",
  12. );
  13. %moduleheaders = ( # restrict the module headers to those found in relative path
  14.     "QtWebKit" => "WebKit/qt/Api;WebKit2/UIProcess/API/qt",
  15. );