summaryrefslogtreecommitdiffstats
path: root/main/dependencies/dbus-tqt/README
diff options
context:
space:
mode:
Diffstat (limited to 'main/dependencies/dbus-tqt/README')
-rw-r--r--main/dependencies/dbus-tqt/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/main/dependencies/dbus-tqt/README b/main/dependencies/dbus-tqt/README
deleted file mode 100644
index ab230e87c..000000000
--- a/main/dependencies/dbus-tqt/README
+++ /dev/null
@@ -1,20 +0,0 @@
-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.
-
-
-
-