(OT) QThread, does it work?
Nicholas Hagen
tommy at zidnet.net
Thu Mar 22 07:55:44 GMT 2001
> -----Original Message-----
> From: Mailing list agent [mailto:mdom at barney.cs.uni-potsdam.de]On Behalf
> Of Scott Manson
> Sent: Wednesday, March 21, 2001 11:10 PM
> To: kdevelop at kdevelop.org
> Subject: Re: (OT) QThread, does it work?
>
>
> On Wednesday 21 March 2001 06:14 pm, you wrote:
> > I had tried not for 2 hours compile a small project with a
> QThread class:
> >
> > class ServerThread : public QThread
> > {
> > public:
> > virtual void run();
> > }
> <Snippage>
> Off the top of my head I believe there is a #define QT_THREAD_SUPPORT or
> something similar that is possibly turned off you might want to
> look at some
> source I'm not sure where it is
> Check qapplication.{h,cpp} and qapplication_x11 for more ideas.
> >
> > (first i got the problem qith qt-2.2.4, now i switched to
> qt-2.3 with the
> > same problems.)
> >
> > regards
> > Tobias
Don't you need to compile qt with -thread?
ie: ./configure <normal params> -thread
in order to make threads work in QT?
Nick
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list