PDA

View Full Version : threading building block in qt



jerkymotion
18th May 2011, 06:36
can anybody please help me how to link the tbb(intel) library in qt ....
your help shall be appreciated

ChrisW67
18th May 2011, 06:45
This particular flavour of question has been covered in this forum more times than I have had birthdays. Assuming that you are using qmake then you want the LIBS qmake variable (and probably also the INCLUDEPATH variable to preempt your next question). See the bottom of http://doc.qt.nokia.com/4.7/qmake-project-files.html

If you are not using qmake then this question has nothing to do with Qt and you should consult your build system/compiler/linker docs.