From 1df246d40784d33ec6aef700c3b482cabc47b543 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 8 Jun 2015 19:59:29 +0200 Subject: 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 --- sync.profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') 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", +); -- cgit v1.2.1