TRANSLATED WITH GOOGLE

Qween, a Qt4-based Twitter client, built with Qt4 on OS/2.

Qween http://qween.tnose.net/
https://github.com/plus7/Qween

Things necessary:

・Qt 4.6.3 runtime library
(and various runtime DLLs required by Qt 4.6.3)
・OpenSSL 1.0.0 runtime DLLs (kcrypt10.dll, kssl10.dll)
  - "yum install openssl"
・Twitter account
・Unicode Japanese font (Times New Roman WT J) is installed on the OS/2 system side.
"It must be installed."

Basically I just compiled the original source as is... I would like to say
In order to deal with the disappointing specifications around the (non-Western) fonts of the OS/2 version of Qt4, we have made a minimal modification (forcing the font to be Times New Roman WT J).

If you want to use another font, I made it possible to specify it with the command line option -font.
For example, when using the Takao font (http://launchpad.net/takao-fonts)

   qween -font "TakaoPGothic"

and so on.


History (OS/2):

2010-12-02
   - I made it with OS/2
   - Application font is Times New Roman MT 30 hard-coded

2010-12-05
   - Change the fixed font to Times New Roman WT J
     (Maybe MCP or eCS is the actual file of Times New Roman MT 30
      Isn't it ttf? )
   - Add command line option -font