Backported Qt4 DBUS bindings for TQt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
TDE Gitea f1ff059bc1
Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD
4 years ago
cmake@47e0e2b4ab Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD 4 years ago
tools/dbusxml2qt3
.gitmodules
AUTHORS
CMakeLists.txt
COPYING
COPYING.AFL
COPYING.GPL
ChangeLog
ConfigureChecks.cmake
INSTALL
NEWS
README
TODO
dbus-1-tqt.pc.cmake
tqdbusatomic.h
tqdbusconnection.cpp
tqdbusconnection.h
tqdbusconnection_p.h
tqdbusdata.cpp
tqdbusdata.h
tqdbusdataconverter.cpp
tqdbusdataconverter.h
tqdbusdatalist.cpp
tqdbusdatalist.h
tqdbusdatamap.h
tqdbuserror.cpp
tqdbuserror.h
tqdbusintegrator.cpp
tqdbusmacros.h
tqdbusmarshall.cpp
tqdbusmarshall.h
tqdbusmessage.cpp
tqdbusmessage.h
tqdbusmessage_p.h
tqdbusobject.h
tqdbusobjectpath.cpp
tqdbusobjectpath.h
tqdbusproxy.cpp
tqdbusproxy.h
tqdbusserver.cpp
tqdbusserver.h
tqdbusunixfd.cpp
tqdbusunixfd.h
tqdbusvariant.h

README

This is a backport of Harald Fernengel's Qt4 D-Bus bindings.

Some Qt4 based code had no direct equivalent in Qt3. Cases where this
transition to Qt3 might not be fully correct are marked with FIXME-QT4

Depending on the use case it might be necessary to extend QDBusMesssage
to allow marshalling/de-marshalling based on an application provided
helper as the Qt3 QVariant can not handle all cases the Qt4 pendant can
(user defined types, etc)

In order to build you need to copy or symlink the kde-common/admin directory
into this directory and then run

make -f Makefile.cvs

to generate the configure script.