classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Re: Make qt-peers build and run out of the box


From: Sven de Marothy
Subject: [cp-patches] Re: Make qt-peers build and run out of the box
Date: Tue, 23 Aug 2005 22:04:57 +0200

On Tue, 2005-08-23 at 20:17 +0200, Mark Wielaard wrote:
> We really need Qt 4.0.1 so this updates the requirement.
> The qt-peer/Makefile.am was also updated to not need any hacking of the
> include paths (this didn't work reliably if the path included multiple
> include directories,

I'm against this. Not cleaning up whatever problems there are, but you
do not use the form:
#include <QtGui/QWidget>
you use:
#include <QWidget>

And obviously the include paths must be set accordingly.
Point me to where in Qt's example code they use the former.

/Svne






reply via email to

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