(OT) QThread, does it work?
Reijo Korhonen
Reijo.Korhonen at iki.fi
Tue Mar 27 19:54:19 BST 2001
Tobias Erbsland wrote:
> I had tried not for 2 hours compile a small project with a QThread class:
>
> class ServerThread : public QThread
> {
> public:
> virtual void run();
> }
>
> But the liker failed every time, telling me her doesn't find
> "QThread::start()" etc...
>
<clip> I used the --enable-mt option with ./configure.
>
> Hope someone can help me, i tried many things but nothing seems solve the
> problem.
>
I edited Makefiles by hand -lqt -> -lqt-mt ;-(. This works until you
change your project by adding or deleting files. But then you can edit
Makefiles again ;-( Little messy.
--
Reijo Korhonen
-
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