File: sync.profile

package info (click to toggle)
qtlocation-opensource-src 5.15.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,784 kB
  • sloc: cpp: 169,708; ansic: 3,910; xml: 2,791; java: 426; javascript: 190; sql: 52; makefile: 40
file content (7 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
%modules = ( # path to module name map
    "QtLocation" => "$basedir/src/location",
    "QtPositioning" => "$basedir/src/positioning",
    "QtPositioningQuick" => "$basedir/src/positioningquick",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);