From b8af6f604cd86897c8a04825700892fd9970a616 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Sat, 11 Feb 2012 20:46:02 +0400 Subject: The first prepare QtSerialPort to the form of add-on, with the requirements of "Creating a new module or tool for Qt" Change-Id: I62bba3590a8873bfd03ed6836ac105e0a30d35ba Reviewed-by: Denis Shienkov --- sync.profile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 0000000..23b9ac5 --- /dev/null +++ b/sync.profile @@ -0,0 +1,22 @@ +%modules = ( # path to module name map + "QtAddOnSerialPort" => "$basedir/src", +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( + "qtaddonserialportversion.h" => "QtAddOnSerialPortVersion", +); +%mastercontent = ( +); +%modulepris = ( + "QtAddOnSerialPort" => "$basedir/modules/qt_serialport.pri", +); +# 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/master", +); -- cgit v1.2.1