summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2015-06-08 19:59:29 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2015-06-08 19:59:29 +0200
commit1df246d40784d33ec6aef700c3b482cabc47b543 (patch)
treedcc0af983e8d9bba744febbeb0485facd5526977 /sync.profile
downloadqtivi-1df246d40784d33ec6aef700c3b482cabc47b543.tar.gz
First version of the QtGeniviExtras module
This version contains helper macros which makes it easy to map QtLoggingCategories to DLT Categories and install a messagHandler which logs all messages using libdlt
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..359adf3
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,9 @@
+%modules = (
+ "QtGeniviExtras" => "$basedir/src/geniviextras",
+);
+%classnames = (
+ "qdlt.h" => "QtDlt",
+);
+%dependencies = (
+ "qtbase" => "refs/heads/stable",
+);