Backported Qt4 DBUS bindings for TQt
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Go to file
Michele Calgaro 39160735ce
Use centralized cmake version
il y a 1 mois
src Replace QT_STATIC_CONST_* with actual definitions il y a 2 mois
AUTHORS Additional k => tde renaming and fixes il y a 11 ans
CMakeLists.txt Use centralized cmake version il y a 1 mois
COPYING Add dbus-1-tqt to this SVN tree il y a 13 ans
COPYING.AFL Add dbus-1-tqt to this SVN tree il y a 13 ans
COPYING.GPL rename the following methods: il y a 13 ans
ChangeLog Add dbus-1-tqt to this SVN tree il y a 13 ans
ConfigureChecks.cmake Update CMake rules il y a 5 ans
INSTALL rename the following methods: il y a 13 ans
NEWS Add dbus-1-tqt to this SVN tree il y a 13 ans
README Add dbus-1-tqt to this SVN tree il y a 13 ans
TODO Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version il y a 7 mois
dbus-1-tqt.Doxyfile.cmake Instead of unusual use of full destination path for apidox in build directory, use simple 'apidocs'. il y a 3 ans
dbus-1-tqt.pc.cmake Add dbus-1-tqt to this SVN tree il y a 13 ans

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.