PDA

View Full Version : Compiling with boost.thread in Qt Creator 0.9



Envergure
28th November 2008, 03:05
How can I compile an app with boost.thread from within Qt Creator 0.9?

I'm new to this whole makefiles thing. I've used Geany in the past, mostly.

caduel
28th November 2008, 07:10
just add in the .pro file


LIBS += -lboost_thread-mt-XXX
INCLUDEPATH += <where your boost includes are>
where XXX is the boost build id (something like gcc42 by default)