三本貓 linux 中心
三本貓 www.isgame.idv.tw
2010年12月16日 星期四
test1
#include
#include
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QPushButton hello("Hello world!");
hello.show();
return app.exec();
}
然後依序執行以下指令,Makefile會自動產生
$ qmake -project
$ qmake
$ make
編譯完成
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言