Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
Generating D-BUS Adaptor and Interface?
-
Hi Qt guys,
I have followed D-Bus chat example and add to .pro these lines :
@
DBUS_ADAPTORS +=org.kayh.CPBUS.xml
DBUS_INTERFACES +=org.kayh.CPBUS.xml
@to generate static codes of D-BUS Adpator and Interface automatically from my XML file. it generate .cpp for interface but header file and adaptor files don't have generated!
(Notice : if i use qdbusxml2cpp manually, it works correctly! )