Re: KF5 with qmake problems

2015-09-10 Thread David Faure
On Thursday 10 September 2015 07:57:11 Oswald Buddenhagen wrote: > On Sun, Sep 06, 2015 at 11:10:29AM +0200, David Faure wrote: > > This seems to be a bug in Qt. > > The code in qtAddModules (qtbase/mkspecs/features/qt_functions.prf ) > > turns "core gui KParts" into "core gui + all the deps from K

Re: KF5 with qmake problems

2015-09-09 Thread Oswald Buddenhagen
On Sun, Sep 06, 2015 at 11:10:29AM +0200, David Faure wrote: > This seems to be a bug in Qt. > The code in qtAddModules (qtbase/mkspecs/features/qt_functions.prf ) > turns "core gui KParts" into "core gui + all the deps from KParts". But > KParts itself is missing. > > If I change > # Topolog

Re: KF5 with qmake problems

2015-09-06 Thread David Faure
On Saturday 25 April 2015 18:38:54 Christian Gagneraud wrote: > 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 s

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 Creator. > > > > In my .pro file, I have "QT += KXml

Re: KF5 with qmake problems

2015-04-24 Thread Kevin Funk
On Friday, April 24, 2015 20:34:33 Christian Gagneraud wrote: > 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 tr

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 Creator. In my .pro fil

Re: KF5 with qmake problems

2015-04-24 Thread Andreas Pakulat
Hi, On Fri, Apr 24, 2015 at 8:48 AM, 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 Creator. > > > > In my .pro file, I have "Q

Re: KF5 with qmake problems

2015-04-24 Thread Kevin Funk
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 Creator. > > > > In my .pro file, I have "QT +

Re: KF5 with qmake problems

2015-04-23 Thread Kevin Funk
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 Creator. > > In my .pro file, I have "QT += KXmlGui KI18n KTextWidgets", but qmake > complains with "Project

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