Hi! I was wondering if it is possible to use Qt classes from a C++ standard library project I'm working on. This project is a C++ standard static library, and I tried including the Qt headers and linking the libraries. I added the preprocessor definitions as well. Unfortunately it seems not to work yet. Am I trying to do something not possible?
Thanks.