From fe21dc562504ccb87f8a1b01ea96cc7865064b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Thu, 7 Mar 2013 12:28:15 +0200 Subject: Initial version of QtDataVis3D Includes: - initial version of q3dbars - an example using it --- sync.profile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 00000000..0f8f0093 --- /dev/null +++ b/sync.profile @@ -0,0 +1,15 @@ +%modules = ( # path to module name map + "QtDataVis3D" => "$basedir/src/datavis3d", +); +%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" => "refs/heads/stable", + "qtdeclarative" => "refs/heads/stable", +); -- cgit v1.2.1