File: sync.profile

package info (click to toggle)
qt6-webview 6.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,136 kB
  • sloc: cpp: 3,402; java: 485; ansic: 23; python: 22; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
%modules = ( # path to module name map
    "QtWebView" => "$basedir/src/webview",
    "QtWebViewQuick" => "$basedir/src/quick"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);