I'm programming an c++ application in qtcreator, which use 64-bit libraries. But I also need to use some features that are in 32-bit libraries and these have not 64-bit versions. Is it possible to use links to libraries of 32 and 64 bits in the same qmake project?