![]() ![]() |
Typically this means doing a build of Qt/Embedded selecting the makeqpf configure. For example:
./configure -qconfig makeqpf [extra options]
make
make -C tools/makeqf
Makeqpf, like any other Qt/Embedded application, relies on $QTDIR/lib/fonts/fontdir to correctly list the available fonts. For more information see QWS Fonts
makeqpf [-A] [-f spec-file] [font ...]
To make a "fixed" font with the currency symbols, create a file with the line:
fixed 0-ff,20a0-20af
and run makeall -f yourfile
See also ./makeqpf --help
Hint:Press CTRL+Key_Q should you wish to quit makeqpf.
Warning: If TTF(Freetype) support is allowed then the freetype development headers libraries need to be available.
Copyright © 2005 Trolltech | Trademarks | Qt version 2.3.10
|