Backported Qt4 DBUS bindings for TQt
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
转到文件
Michele Calgaro 39160735ce
Use centralized cmake version
2 周前
src Replace QT_STATIC_CONST_* with actual definitions 1 个月前
AUTHORS Additional k => tde renaming and fixes 11 年前
CMakeLists.txt Use centralized cmake version 2 周前
COPYING Add dbus-1-tqt to this SVN tree 13 年前
COPYING.AFL Add dbus-1-tqt to this SVN tree 13 年前
COPYING.GPL rename the following methods: 13 年前
ChangeLog Add dbus-1-tqt to this SVN tree 13 年前
ConfigureChecks.cmake Update CMake rules 5 年前
INSTALL rename the following methods: 13 年前
NEWS Add dbus-1-tqt to this SVN tree 13 年前
README Add dbus-1-tqt to this SVN tree 13 年前
TODO Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 6 个月前
dbus-1-tqt.Doxyfile.cmake Instead of unusual use of full destination path for apidox in build directory, use simple 'apidocs'. 3 年前
dbus-1-tqt.pc.cmake Add dbus-1-tqt to this SVN tree 13 年前

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.