On Wednesday 13 May 2015 19:25:36 Alex Merry wrote:
> On Wednesday 13 May 2015 08:37:19 Kevin Funk wrote:
> > Right, and I just noticed a problem I didn't think of before: There's no
> > $PREFIX/include/KF5/$myframework/ where I could install
> > ${myframework}_version.h into for some of the framew
On Wednesday 13 May 2015 08:37:19 Kevin Funk wrote:
> On Monday 04 May 2015 14:11:14 Kevin Funk wrote:
> > On Monday 04 May 2015 13:11:05 David Faure wrote:
> > > On Monday 04 May 2015 12:29:39 David Faure wrote:
> > > You are right, all the version headers are in include/KF5 directly.
> > >
> > >
On Wednesday 13 May 2015 08:37:19 Kevin Funk wrote:
> Right, and I just noticed a problem I didn't think of before: There's no
> $PREFIX/include/KF5/$myframework/ where I could install
> ${myframework}_version.h into for some of the frameworks :)
>
> KConfig for instance has two libs, but only ins
On Monday 04 May 2015 14:11:14 Kevin Funk wrote:
> On Monday 04 May 2015 13:11:05 David Faure wrote:
> > On Monday 04 May 2015 12:29:39 David Faure wrote:
> > > On Monday 04 May 2015 12:23:32 Kevin Funk wrote:
> > > > The issue could be easily fixed by moving the myframework_version.h
> > > > into
On Monday 04 May 2015 13:11:05 David Faure wrote:
> On Monday 04 May 2015 12:29:39 David Faure wrote:
> > On Monday 04 May 2015 12:23:32 Kevin Funk wrote:
> > > The issue could be easily fixed by moving the myframework_version.h into
> > > $PREFIX/include/KF5/$FRAMEWORK/, no?
> >
> > Correct, this
On Monday 04 May 2015 12:29:39 David Faure wrote:
> On Monday 04 May 2015 12:23:32 Kevin Funk wrote:
> > The issue could be easily fixed by moving the myframework_version.h into
> > $PREFIX/include/KF5/$FRAMEWORK/, no?
>
> Correct, this is what KArchive does.
Ooops, I thought we were talking abou
On Monday 04 May 2015 12:23:32 Kevin Funk wrote:
> The issue could be easily fixed by moving the myframework_version.h into
> $PREFIX/include/KF5/$FRAMEWORK/, no?
Correct, this is what KArchive does.
--
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5
__
On Monday, May 04, 2015 12:23:32 Kevin Funk wrote:
> Heya,
>
> I'm wondering why, for instance, ktexteditor_version.h is installed to
> $PREFIX/include/KF5 instead of $PREFIX/include/KF5/KTextEditor.
>
> This currently leads to confusing behavior when trying to include this
> header if two versio
Heya,
I'm wondering why, for instance, ktexteditor_version.h is installed to
$PREFIX/include/KF5 instead of $PREFIX/include/KF5/KTextEditor.
This currently leads to confusing behavior when trying to include this header
if two versions of KTextEditor are installed in different locations.
Suppos