From kde-core-devel Tue Jun 06 17:05:36 2006 From: Thiago Macieira Date: Tue, 06 Jun 2006 17:05:36 +0000 To: kde-core-devel Subject: Re: cmake/dbus/QtDBUS integration Message-Id: <200606061905.37009.thiago () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=114961356801309 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart1233205.ZQqcbRIHU5" --nextPart1233205.ZQqcbRIHU5 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Leo Savernik wrote: >Am Dienstag, 6. Juni 2006 15:28 schrieb Thiago Macieira: >> Leo Savernik wrote: >> >Am Dienstag, 6. Juni 2006 02:02 schrieb Thiago Macieira: >> >> Since QtDBus depends on D-BUS and is part of their package, it uses >> >> pkg-config too. And since QtDBus uses Qt, Qt is found using >> >> pkg-config. >> > >> >So what? If QtDBus works with Qt 4.x it can't be a problem to use >> > some Qt 4.x+n found by other means than pkg-config where n >=3D 0. >> >> That's not the issue. >> >> The issue is that pkg-config has to find QtCore before it says QtDBus >> is present. > >It only has to find *some* QtCore which needn't necessarily to be the > one used for building kde4, so there's still no necessity to demand > finding Qt by pkg-config. It has to find one QtCore and QtXml >=3D 4.1.3. Finding the one that KDE=20 will use would just be nice. However, finding Qt via pkg-config is necessary: it's an *indirect*=20 dependency: $ PKG_CONFIG_PATH=3D/home/tjmaciei/local/dbus/lib/pkgconfig=20 pkg-config --cflags dbus-qt4-1 Package QtCore_debug was not found in the pkg-config search path. Perhaps you should add the directory containing `QtCore_debug.pc' to the PKG_CONFIG_PATH environment variable Package 'QtCore_debug', required by 'dbus-qt4-1', not found =2D-=20 Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org thiago.macieira (AT) trolltech.com Trolltech AS GPG: 0x6EF45358 | Sandakerveien 116, E067 918B B660 DBD1 105C | NO-0402 966C 33F5 F005 6EF4 5358 | Oslo, Norway --nextPart1233205.ZQqcbRIHU5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQBEhbXgM/XwBW70U1gRArA9AJ40TXl7rV1acdzW2iB550jS9sShGwCffROn UA5IjktSDkE+TOHiyAFfBU8= =EJVa -----END PGP SIGNATURE----- --nextPart1233205.ZQqcbRIHU5--