Hi, Hmm, I'm not sure. When I enter scratchbox2 target build terminal, I see KF5BluezQt.pc in /usr/lib/pkgconfig so I assume that:
CONFIG+=link_pkgconfig PKGCONFIG+=KF5BluezQt should work. But if that doesn't work for you, I'm not sure... I just checked some internal projects, they have: BuildRequires: pkgconfig(KF5BluezQt) in .spec file, and: PKGCONFIG += KF5BluezQt in .pro file. Maybe double check that your sdk target has the appropriate devel packages installed, and that you can see the .pc file in the /usr/lib/pkgconfig dir from within the sb2 build terminal. Best regards, Chris. ________________________________________ From: Devel [devel-boun...@lists.sailfishos.org] on behalf of deloptes [delop...@gmail.com] Sent: Monday, June 17, 2019 5:02 PM To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] SyncML topic revived Chris Adams wrote: > Hi, > > No problem, thanks for your interest in helping port this module. > Elsewhere in Sailfish OS stack we have been using the following: > https://git.merproject.org/mer-core/kf5bluezqt/tree/master > > That's a Qt-like wrapper around BlueZ 5 from KDE Frameworks. > We certainly use that for a variety of things (headsets, car audio and > phonebook profiles, etc). I don't recall why we aren't using the upstream > QtBluetooth framework directly, it may have something to do with LGPLv3 > licensing or some other requirements we had at the time, I'm not sure. > > Best regards, > Chris. > Hi, do you have a hint how qmake from buteo-syncfw can find KF5BluezQt neither adding following to the pro file unix { QT_CONFIG -= no-pkg-config CONFIG += link_pkgconfig PKGCONFIG += KF5BluezQt } nor QT += BluezQt works I always get "Project ERROR: KF5BluezQt development package not found" I have installed [mersdk@SailfishSDK build]$ pkcon --filter installed get-packages | grep -i KF5BluezQt Installed kf5bluezqt-bluez5-5.25.0+git17-1.i486 (installed) Installed kf5bluezqt-bluez5-declarative-5.25.0+git17-1.i486 (installed) Installed kf5bluezqt-bluez5-devel-5.25.0+git17-1.i486 (installed) thanks regards _______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org _______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org