Re: RE : Re: Send Email with attachment with my Qt Application

2016-11-18 Thread Boudhayan Gupta
Hi Charles-Elie,

On 17 November 2016 at 12:08, Charles-Élie G  wrote:
> Hi,
>
> In fact I think that KService must be built with CMake and after be used
> with QMake or CMake. No ?

Yes, that is correct. It must be built with CMake. We generate PRI
files that enable it to be used by QMake based projects later, but
KService itself must be built with CMake.

>  Message d'origine 
> De : Christoph Feck 
> Date : 16/11/2016 21:36 (GMT+01:00)
> À : kde-frameworks-devel@kde.org
> Objet : Re: Send Email with attachment with my Qt Application
>
> This is not true. KDE Frameworks support both qmake and cmake. On the
> API pages, the required instructions for use are explained.
>
> https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/kservice/html/index.html

Really? I don't see instructions telling me to do "qmake && make &&
make install" to build KService. Neither do I see the .pro file in the
repository.

-- Boudhayan


RE : Re: Send Email with attachment with my Qt Application

2016-11-18 Thread Charles-Élie G
Hi,
In fact I think that KService must be built with CMake and after be used with 
QMake or CMake. No ?
++
Charlie


Envoyé de mon Galaxy S6 Orange
 Message d'origine De : Christoph Feck  Date : 
16/11/2016  21:36  (GMT+01:00) À : kde-frameworks-devel@kde.org Objet : Re: 
Send Email with attachment with my Qt Application 
On 16.11.2016 19:58, Boudhayan Gupta wrote:
> KService, and all of KDE software written in C++/Qt, are configured
> with CMake and not QMake. There's no .pro files, but CMakeLists.txt
> files.

This is not true. KDE Frameworks support both qmake and cmake. On the
API pages, the required instructions for use are explained.

https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/kservice/html/index.html