FindQt4.cmake

Peter Kümmel syntheticpp at gmx.net
Wed Feb 1 20:24:45 CET 2006


Alexander Neundorf wrote:
> On Wednesday 01 February 2006 16:32, Benjamin Reed wrote:
>> On 2/1/06, Peter Kümmel <syntheticpp at gmx.net> wrote:
>>> Is this really correct?
>> I believe only on linux.
>>
>>> There is no QtGlobal in QTDIR/include/Qt. QtGlobal is in QtCore!
>>> When I add   ${QT_LIBRARY_DIR}/../include/QtCore  to the path list
>>> cmake could find it.
>> Mac OS X is the same way.  QtCore only...
> 
> Ok. Does QTDIR/include/Qt/ actually exist at all on your platforms ?
> If yes, which header should be checked ?
> 
> Bye
> Alex

It seems include/Qt intend is only to provide the qt3 way of including things:
#include "qstring.h", all in one directory (qstring.h is also in QtCore).

We could drop this folder if we add all(?) of the Qt... folders to the include path.

Peter



More information about the Kde-buildsystem mailing list