I'm looking at starting a project in C++ using the Qt 4 framework (a cross-platform GUI is required). I've heard great things about the Boost libraries from friends and online. I've started reading up on both and wanted to ask a cursory question before I got too deep: Are these two development "systems" mutually exclusive?
My initial searching and reading shows some overlap in the signal handling, custom build systems, and other low-level primitives.
Does it make sense to use them both in the same project?