summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDenis Shienkov <scapig@yandex.ru>2012-02-11 20:46:02 +0400
committerDenis Shienkov <scapig@yandex.ru>2012-02-29 18:36:49 +0100
commitb8af6f604cd86897c8a04825700892fd9970a616 (patch)
tree818754c16460a321cb5fa2c212ef6e7bbf3dbd79 /sync.profile
parenta5183e74811fd23b2de1f30053fb39f1d3083d9f (diff)
downloadqtserialport-b8af6f604cd86897c8a04825700892fd9970a616.tar.gz
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 <scapig@yandex.ru>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile22
1 files changed, 22 insertions, 0 deletions
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",
+);