Fix inadvertent tq changes.

pull/1/head
Darrell Anderson 12 年前
父节点 f7aa568e72
当前提交 1c58f5a140

@ -241,7 +241,7 @@
* qt/qdbusabstractinterface_p.h:
* qt/qdbusinterface.cpp: Make properties in interfaces
actually work. The code that was generated would not compile,
due to tqmoc calls to functions that did not exist. They now
due to moc calls to functions that did not exist. They now
shall. (r536571)
2006-04-30 Thiago Macieira <thiago.macieira@trolltech.com>
@ -322,8 +322,8 @@
2006-04-28 Robert McQueen <robot101@debian.org>
* qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.tqmoc
to qdbusconnection_p.tqmoc.
* qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
to qdbusconnection_p.moc.
2006-04-24 John (J5) Palmieri <johnp@redhat.com>
@ -406,7 +406,7 @@
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/Makefile.am: fix the dependency for
qdbusconnection_p.tqmoc. It's included in qdbusintegrator.cpp,
qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
not in qdbusconnection.cpp.
Thanks to Jakub Stachowski <stachowski@hypair.net> for
spotting this.
@ -550,7 +550,7 @@
2006-02-28 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/Makefile.am: Patch by Sjoerd Simons. More .tqmoc issues:
* qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
make/automake don't detect that we're talking about the same
.lo file if I specify the full path to the source files.
@ -570,7 +570,7 @@
2006-02-25 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
.lo files taking tqmoc sources.
.lo files taking moc sources.
2006-02-25 Havoc Pennington <hp@redhat.com>
@ -616,7 +616,7 @@
2006-02-16 Robert McQueen <robot101@debian.org>
* configure.in: Patch from Debian packages by Sjoerd Simons
<sjoerd@debian.org> to add --with-qt-tqmoc and --with-qt3-tqmoc
<sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
arguments so it's possible to build both bindings in the
same tree.
@ -7280,7 +7280,7 @@
you don't need pyrex to make dist
* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
sources; run tqmoc
sources; run moc
2004-03-18 Richard Hult <richard@imendio.com>

@ -75,8 +75,8 @@ and works in Qt 4.1.2, but not the dbusidl2cpp tool.
Note that DBus detects QtCore and QtXml during the configure process
using pkg-config. You may need to set the PKG_CONFIG_PATH to include
the Qt4 library directory. If you don't have your Qt4 installed, then
you may also need to use the --with-qt-tqmoc directive to point to the
Qt4 tqmoc executable (e.g. $QTDIR/bin/tqmoc).
you may also need to use the --with-qt-moc directive to point to the
Qt4 moc executable (e.g. $QTDIR/bin/moc).
Qt 3 Bindings

@ -21,7 +21,7 @@ D-BUS 0.62 (12 June 2006)
- Added the dbusidl2cpp, dbuscpp2xml and dbus tools
- Added example programs (ping-pong, complex ping-pong, listnames, chat)
- Updated selftests
- Fixed compilation and .tqmoc- and .ui-file processing and cleaning
- Fixed compilation and .moc- and .ui-file processing and cleaning
- Made central classes derive from QObject
- Enhance error reporting
- Many bugfixes

@ -42,8 +42,8 @@ the ./configure program.
--enable-selinux build with SELinux support
--enable-dnotify build with dnotify support (linux only)
--with-qt-tqmoc=<path> tqmoc for Qt
--with-qt3-tqmoc=<path> tqmoc for Qt3
--with-qt-moc=<path> moc for Qt
--with-qt3-moc=<path> moc for Qt3
--with-xml=libxml/expat XML library to use
--with-init-scripts=redhat Style of init scripts to install
--with-session-socket-dir=dirname Where to put sockets for the per-login-session message bus

正在加载...
取消
保存