Undefined reference to boost::system::generic_category() with Qt
问题 Currently trying to use boost threads in a Qt application (I know Qt has its own thread functions but here I'm using boost) but I get linker errors no matter what I do. There's a ton of questions around the net about this problem but so far I have not been able to solve it. I do know my boost stuff works right because I can use all the headers in a code::blocks application but in that I just linked to every single file in the boost/stage/libs folder. The simplest example where things go wrong