Re: Porting tutorials over to KF5

2015-10-05 Thread Christian Gagneraud
On 19/09/15 13:55, Juan Carlos Torres wrote: Greetings, I've started porting some of the "Basics of KDE 4 Programming" tutorials over to KF5 code[1] just to get the ball rolling on updating our docs. They are basically just a direct port of the code found in the main tutorials, with some annotat

Re: KF5 with qmake problems

2015-04-24 Thread Christian Gagneraud
On Fri, 24 Apr 2015 08:48:53 Kevin Funk wrote: > On Friday, April 24, 2015 17:24:34 Christian Gagneraud wrote: > > Hi there, > > > > I've just installed kubuntu-15.04, and I'm trying to run this tutorial > > [1]. I'm using stock Qt5, KF5 and Qt Cre

K_PLUGIN_FACTORY_WITH_JSON and qmake

2015-04-24 Thread Christian Gagneraud
Hi there, I'm exploring the KF5, and I'm giving a try to the KPluginFactory/Info/Trader/Loader. I'm using Qt Creator with qmake. I have been unsuccessful at using the K_PLUGIN_FACTORY_WITH_JSON macro, for some reason qmake/moc don't see the code generated by this macro and so never create the

Re: KF5 with qmake problems

2015-04-24 Thread Christian Gagneraud
On 24/04/15 19:35, Kevin Funk wrote: On Friday, April 24, 2015 08:48:53 Kevin Funk wrote: On Friday, April 24, 2015 17:24:34 Christian Gagneraud wrote: Hi there, I've just installed kubuntu-15.04, and I'm trying to run this tutorial [1]. I'm using stock Qt5, KF5 and Qt Creat

KF5 with qmake problems

2015-04-23 Thread Christian Gagneraud
Hi there, I've just installed kubuntu-15.04, and I'm trying to run this tutorial [1]. I'm using stock Qt5, KF5 and Qt Creator. In my .pro file, I have "QT += KXmlGui KI18n KTextWidgets", but qmake complains with "Project ERROR: Unknown module(s) in QT: I18n", if I remove KTextWidgets, then q