简体   繁体   中英

Using intel's tbb with qt

I've qt 4.8 with gcc 4.6.1 and I'd like to use intel's tbb in my project. What steps am I suppose to do in order to do that?

  • Install tbb (including headers and libs)
  • Include the headers where necessary
  • Use the library where appropriate.
  • Link with tbb

First of all, you have to build TBB dll files for MingW using this command

mingw32-make compiler=gcc arch=ia32 runtime=mingw tbb

taken from here in the directory where the main TBB Makefile is.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM