libqtlua-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libqtlua-list] QtLua headers are using internal headers


From: Baptiste Jonglez
Subject: [Libqtlua-list] QtLua headers are using internal headers
Date: Wed, 15 Jan 2014 13:50:47 +0100
User-agent: Mutt/1.5.22 (2013-10-16)

Hi,

Some QtLua headers make use of internal headers:

  libqtlua$ grep 'internal/' src/QtLua/*
  src/QtLua/qtluametatype.hh:#include "internal/qtluaqobjectwrapper.hh"
  src/QtLua/qtluametatype.hh:/* related stuff in internal/qtluamember.hh */
  src/QtLua/qtluametatype.hxx:#include "internal/qtluaqobjectwrapper.hxx"


However, the internal headers are not installed by the build system (both
CMake- and autotools-based), which makes sense — since they are precisely
internal headers.

As a consequence, trying to use the <Metatype> header in a program fails,
because the internal headers are not found.

This happens with the 2.0 release, I haven't tried previous versions.

Trying to remove the offending includes in QtLua/qtluametatype.{hh,hxx}
does not work, as these files are actually using the QObjectWrapper class.

Thanks,
Baptiste

Attachment: pgpKupubz54GD.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]