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 9b5d01e6a7
Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD
4 years ago
cmake@0459cbaf3e Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD 4 years ago
src Fix #25 dbusxml2qt3 root node with no name 4 years ago
.gitmodules Switch all submodules to https. 4 years ago
AUTHORS Additional k => tde renaming and fixes 11 years ago
CMakeLists.txt Changed file names to conform to .cmake convention for configuration 5 years ago
COPYING Add dbus-1-tqt to this SVN tree 13 years ago
COPYING.AFL Add dbus-1-tqt to this SVN tree 13 years ago
COPYING.GPL rename the following methods: 13 years ago
ChangeLog Add dbus-1-tqt to this SVN tree 13 years ago
ConfigureChecks.cmake Update CMake rules 5 years ago
INSTALL rename the following methods: 13 years ago
NEWS Add dbus-1-tqt to this SVN tree 13 years ago
README Add dbus-1-tqt to this SVN tree 13 years ago
TODO Add dbus-1-tqt to this SVN tree 13 years ago
dbus-1-tqt.Doxyfile.cmake Changed file names to conform to .cmake convention for configuration 5 years ago
dbus-1-tqt.pc.cmake Add dbus-1-tqt to this SVN tree 13 years ago

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.