summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJanne Partala <janne.partala@bitfactor.fi>2015-06-04 16:22:39 +0300
committerJanne Heikki Partala <janne.partala@bitfactor.fi>2015-06-19 14:41:21 +0000
commitccb985e9d0564eaf97e676d4691273ca2ea2a695 (patch)
tree2816feeffafe25d46606b15aa5c32578c8b9b0df /sync.profile
parent27cbd766cea44f66e167ca6aca69f62297f7fa91 (diff)
Initial commit for QtSerialBus
Change-Id: I314502cd1e95ecbd3ad5bcf63a7a81e0e1b415d4 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..5dd22e7
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,7 @@
+%modules = (
+ "QtSerialBus" => "$basedir/src/serialbus",
+);
+
+%dependencies = (
+ "qtbase" => "",
+);