[Solved] Can we merge QT, boost and other libraries in one program


You can use Qt, Boost, 3rd party libs, the STL and so on without any problems. You’ll have no impact on performance by using different libraries from different sources, however if you’re using Qt you’ll find it duplicates a lot of what boost does so you’d be best picking one or the other unless you need some of the very specific Boost libraries.

solved Can we merge QT, boost and other libraries in one program