回复: 【最新下载】Qt library/Qt Creator
#141 [qiuting1985 06-26 13:28]
我是想用windows下的安装,请各位大虾明示 具体的都需要哪些文件, 我刚开始学qt,不太清楚。麻烦大家了
#142 [qiuting1985 06-26 13:37]
引用第110楼zhangbat于2008-10-29 17:41发表的:
老大,求教啊。
我下载了 4.4.3 mingw 的,编译成功了。
但是用 VC 重新编译其中的示例代码 exampleswebkitpreviewer 的时候,总报错,比如 “mocdebug_sharedmoc_mainwindow.cpp(45) : error C2653: 'rel_ops' : is not a class or namespace name”
.......
哥们,能教我一下怎么装QT吗???我想学习一下QT,但是不知道怎么装,如果可以的话,请加我QQ:261512702,急盼指教
#143 [misswen_01 06-30 22:54]
菜鸟提问下:Qt 4.5.1 SDK for Open Source C++ development on Windows [178Mb]
为什么有病毒?
#144 [qindq 07-04 19:36]
我试图用msvc2005,msvc2008在不同的电脑上编译
多次试图
但是编译webkit总是失败的
8个link错误:fatal error LNK1120: 8 unresolved externals
后来在官方的blog上发现
其他人也遇到同样问题:
http://labs.trolltech.com/blogs/2009/06/25/qt-452-has-been-released/
据说还原到4.5.1编译webkit才能成功
#145 [wanynal 07-07 16:59]
感谢楼主 真是辛苦了
但我是个初学者 不怎么会安装linux下的软件
找了一下具体的安装方法 和跟我一样的初学者共享一下
On Linux/Unix, you need to make the file executable in order to run it. You can either do this with your desktop's file manager or, at the command line, type:
chmod u+x qt-sdk-linux-x86-opensource-2009.03.bin
You should now be able to execute the file as normal. You can do this from the command line by typing:
./qt-sdk-linux-x86-opensource-2009.03.bin