summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2017-01-19 10:27:05 +0100
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2017-01-19 10:27:05 +0100
commitb9f44867a72bcd03e2b93ea7cd18de4a70612d07 (patch)
treea24046e41b190b728411b4c60f212f16d8ff47b0 /sync.profile
Initial commit
rough sketch to get started
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..77d0e2e
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,7 @@
+%modules = (
+ "QtMqtt" => "$basedir/src/mqtt",
+);
+
+%dependencies = (
+ "qtbase" => ""
+);