Hi all,

We're trying to make the generation of our font file for the Japanese version of our application part of our build process. Consequently we're attempting to run something like:

Qt Code:
  1. makeqpf -c arialuni.ttf arial_unicode_ms_14_50.qpf2 14 n n translation_files/japanese.txt
To copy to clipboard, switch view to plain text mode 

on our build machine. But an error is generated stating that makeqpf can't connect to an X server. Which of course is true because there is no X server to connect to, but I don't think one should be needed in this case. Is there anyway around this?

We're using Qt 4.5.x. The build process runs on a linux server and the application is deployed to a linux based embedded device.

Any help would be greatly appreciated.

Thanks in advance,
Derek