summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2018-05-07 14:27:50 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2018-05-14 20:24:27 +0000
commit6b413b757ba9d9d0f5a644bdec7835abe2f34612 (patch)
treeccb35ad32b845c575e17e4fcccfb16c978bf24a9 /sync.profile
parentfa91849f5d2a320bbc09067bc2aea42fdb8cfd23 (diff)
Fix the device configuration frame factory
Change-Id: I7332b9ef0a9f8b4f0c99dbcbaf8164d121495750 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index a35564c..ba043d3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,3 +5,9 @@
%dependencies = (
"qtbase" => ""
);
+
+%classnames = (
+ "qknxnamespace.h" => "QKnx",
+ "qknxnetip.h" => "NetIp,CemiServer",
+ "qknxdevicemanagementframefactory.h" => "QKnxDeviceManagementFrameBuilder,FunctionPropertyCommandBuilder,FunctionPropertyStateReadBuilder,PropertyInfoBuilder,PropertyReadBuilder,PropertyWriteBuilder,ResetBuilder",
+);