summaryrefslogtreecommitdiffstats
path: root/src/dbus/dbus.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to build QtDBus and its tools on Windows CE.Thiago Macieira2010-04-051-1/+2
| | | | | | | This of course requires installing libdbus compiled for Windows CE too. Task-number: QTBUG-9582 Patch-by: Romain Pokrzywka (from KDAB)
* Add QDBusServiceWatcher class.Thiago Macieira2009-10-281-69/+79
|
* Use dbus_threads_init_default instead of QMutex wrappersThiago Macieira2009-10-071-1/+0
| | | | | | The minimum version for the recursive mutexes is D-Bus 0.93. That's also the same version that introduced the default thread functions. So we don't need to provide ours anymore, just use the default.
* Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-5/+5
| | | | | | | | | | | | | | | | On the Mac, it means "-framework ApplicationServices -framework Carbon -framework AppKit" are no longer part of the default LIBS in Qt applications. This required a lot of fixes where we used Mac-specific code in Qt. On X11, it was very straightforward, because we apparently use very little of X11 outside QtGui. I haven't changed the Windows-specific LIBS paths, because I don't know how Windows behaves. Windows has DLLs, but it links to static "import" libraries. So is it static linking or dynamic linking? Reviewed-By: Marius Storm-Olsen
* Long live Qt!Lars Knoll2009-03-231-0/+78