summaryrefslogtreecommitdiffstats
path: root/qt/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 2003-04-06 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-04-071-0/+5
| | | | | | | | | | | | | | | | | | | | * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h, from Colin Walters * configure.in: fixes to Qt detection from Colin Walters * doc/Makefile.am: Only remove generated docbook dirs if they exist, from Colin Walters * dbus/dbus-bus.c: change how we set well-known connections to NULL, so that it works if a single connection is stored in two well-known array slots. * test/Makefile.am: remove a lot of stuff that isn't immediately useful, it's in CVS history if we want it. * test/test-service.c: use dbus-mainloop instead of that watch.[hc] crack
* very basic check for Qt integration. Another proof that Qt's buildHarri Porten2002-12-281-0/+9
system needs more work for people using it. I didn't want to copy all of KDEs autoconf magic so this is far from perfect, yet. Can we use pkg-config here ?