Trolltech Home | QSA-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

QSA-interest Archive, December 2005
QSA and Qt4.1.0


Message 1 in thread

Hi
qsa-1.2.0 does not compile with qt-4.1.0 (snapshot-20051130).
Is there any fix for that out there?

Problems at least while compiling 
	qsobjectfactory.cpp (could fix this with #include <QtCore>)
	qsmetaobject.cpp

	Greetings
		Jens


Message 2 in thread

To make QSA 1.2.0 work with the latest snapshot of Qt4 add the following 
lines:
In qsobjectfactory.h
	#include <QMetaObject>
In qsslot.h
	#include <QMetaObject>
	#include <QByteArray>
In qsmetaobject.h
	#include <QMetaObject>
	#include <QObject>

	Greetings
		Jens

Am Donnerstag, 1. Dezember 2005 19:13 schrieb Jens:
> Hi
> qsa-1.2.0 does not compile with qt-4.1.0 (snapshot-20051130).
> Is there any fix for that out there?
>
> Problems at least while compiling
> 	qsobjectfactory.cpp (could fix this with #include <QtCore>)
> 	qsmetaobject.cpp
>
> 	Greetings
> 		Jens
>
> To unsubscribe - send "unsubscribe" in the subject to
> qsa-interest-request@xxxxxxxxxxxxx


Message 3 in thread

Jens wrote:
> Hi
> qsa-1.2.0 does not compile with qt-4.1.0 (snapshot-20051130).
> Is there any fix for that out there?

Hi Jens,

This is a bug in Qt. We shall have it fixed shortly.

-
Gunnar