Good day!
I am using Qt 4.8.4, compiled with -directwrite. It requires DWrite.dll which works only under Windows Vista SP2 and upper, and program can't be run under Windows XP.
How can do to fix this problem?
Can I to compile Qt so that it would needed DWrite.dll in Windows 7 and not needed in Windows XP? Are there another ways? Must I to make different distributives for different windows versions or not?
Thank you.