File: sync.profile

package info (click to toggle)
qtcharts-opensource-src 5.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,372 kB
  • sloc: cpp: 65,445; ansic: 218; makefile: 26
file content (8 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
%modules = ( # path to module name map
    "QtCharts" => "$basedir/src/charts;^$basedir/src/chartsqml2",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
    "qchartglobal.h" => "QChartGlobal"
);