In CMake I have a library naming convention that includes the compiler version and x86 or x86_64 depending on if the build is a 32 or 64 bit. I am trying to do this with qmake so that I can integrate qwt into my build process cleanly. Is this possible?
Bookmarks