I’m trying to solve some keyboard input related bug. (since my Qt bug report has no response even after 3 months.) I think I found the buggy code in /gui/kernel/qkeymapper_win.cpp. but I can’t compile whole framework to just for testing one little code line. Anyway, What I need to do is compile only one library for testing (more specifically the Qt GUI module)
How can I do this? How to create qt framework testing & development environment?
↧