File: sync.profile

package info (click to toggle)
qt6-graphs 6.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,680 kB
  • sloc: cpp: 71,515; javascript: 204; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%modules = ( # path to module name map
    "QtGraphs" => "$basedir/src/graphs3d"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values:
#   - A specific Git revision.
#   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
    "qtbase" => "",
    "qtdeclarative" => "",
    "qtquick3d" => "",
);