We develop an embedded QT application for linux on MS Windows. The target platform is linux without X-windows (framebuffer) . Unfortunallety, the screens on windows look rather different (better) than the same screens on linux because windows has better fonts. Is there a way to force QT on windows to use the linux fonts? I would like to achieve binary compatibility i.e. CRCs of the screenshots will be the same in linux and in windows.
Thanks in advance