Re: KNotifications usage

2021-04-04 Thread Corentin BACQUÉ-CAZENAVE
I can't do that because I use QMake instead of CMake. I tried QT += KNotifications, but QT return an error unknown project. Corentin (certifié Expert NVDA 2019) : * Sites Web o ProgAccess o NVDA-FR * Réseaux sociaux o

KNotifications usage

2021-04-04 Thread Corentin BACQUÉ-CAZENAVE
Hi, I'm currently trying to integrate KNotifications in my project, I readed the documentation but I, unfortunately, not really understand how this lib works. I tried to include knotification.h in my project, but I've an error because knotification_export.h is not found. I don't find

Re: KNotifications usage

2021-04-04 Thread David Faure
On dimanche 4 avril 2021 11:38:05 CEST Corentin BACQUÉ-CAZENAVE wrote: > I can't do that because I use QMake instead of CMake. That is unfortunate, all my condoleances :) > I tried QT += > KNotifications, but QT return an error unknown project. You want to export the QMAKEPATH environment

Re: KNotifications usage

2021-04-04 Thread David Faure
On dimanche 4 avril 2021 10:28:37 CEST Corentin BACQUÉ-CAZENAVE wrote: > I tried to include knotification.h in my project, but I've an error > because knotification_export.h is not found. Do you link to KF5::Notifications? Linking to a target brings in the include dirs, that's the modern cmake