File: sync.profile

package info (click to toggle)
qtvirtualkeyboard-opensource-src 5.15.15%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,172 kB
  • sloc: javascript: 42,422; cpp: 17,440; python: 281; ansic: 44; sh: 37; makefile: 24
file content (6 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
%modules = ( # path to module name map
    "QtVirtualKeyboard" => "$basedir/src/virtualkeyboard",
    "QtHunspellInputMethod" => "$basedir/src/plugins/hunspell/hunspellinputmethod",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);