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