Much thanks for you help and for the amazing debian chroot...
now I got 'hello, world' app working on my KT2 with below code..
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QPushButton button("Hello, world!");
button.setWindowTitle("L:A_N:application_ID:helloq t_PC:N_O:R");
button.show();
return app.exec();
}
One thing is the app runing default with landscape, how to make it show as portrait..
I want writting something like RSS reader or sync with online daily updating novels..