ChinaUnix.net
相关文章推荐:

qt安装添加qvfb

摘自我的博客:http://xizhizhu.blogspot.com/2008/11/qt.html qt是TrollTech公司(现已被Nokia收购)开发的一个开源的跨平台的应用程序框架,支持Windows、Linux、Mac等多种平台(也即将推出对S60手机的支持),qt目前支持C++和Java两种语言进行开发,最新版本为4.4.3。qt的应用极为广泛,例如KDE桌面、KOffice办公套件、GoogleEarth等。qt包括开源和商业两个版本,开源版本的协议可以在这里查看。 在Linux桌面上安装qt 4.4.3需...

by zxz1984 - GUI编程 - 2012-03-03 02:47:44 阅读(6534) 回复(7)

相关讨论

tar xfz qt-embedded-2.3.7.tar.gz cd qt-2.3.7 export qtDIR=$PWD export qtEDIR=$qtDIR export PATH=$qtDIR/bin:$PATH export LD_LIBRARY_PATH=$qtDIR/lib:$LD_LIBRARY_PATH ./configure -qconfig -qvfb -depths 4,8,16,32 This is the qt/Embedded Free Edition. You are licensed to use this software under the terms of the GNU General Public License (GPL). Type 'G' to view the GNU General Public License. Type...

by andylao - GUI编程 - 2008-04-21 14:53:25 阅读(2480) 回复(0)

# ./configure This is the qt/X11 Open Source Edition. You are licensed to use this software under the terms of either the Q Public License (QPL) or the GNU General Public License (GPL). Type 'Q' to view the Q Public License. Type 'G' to view the GNU General Public License. Type 'yes' to accept this license offer. Type 'no' to decline this license offer. Do you accept the terms of either licens...

by ph19840216 - Solaris - 2007-08-21 11:09:15 阅读(2199) 回复(5)

请问各位,我在redhat linux9.0下面怎么安装qt/E?具体步骤是什么? 先谢了!

by mark75 - 系统管理 - 2005-12-01 12:53:08 阅读(657) 回复(3)

我在solaris9 x86上安装qt,结果被告知没有make或者gmake,请问什么原因,solaris系统没有自带make吗,需要安装gcc吗?

by tuna - Solaris - 2007-08-20 18:29:51 阅读(1630) 回复(1)

这次是在unix下面 根据提示把qt的包解压出来 然后在主目录下的.profile文件 中设置好路径,接下来就不知道 怎样做了,怎样才算安装完成 ps:第一次在unix下装东西,可以的话谁帮帮我

by kurapikar - C/C++ - 2004-04-05 17:35:51 阅读(2297) 回复(6)

我想在WIN2K下安装qt3.2,但是提示一下错误: 无法找到动态链接库CC3250MT.DLL与指定的路径。 这回是什么问题呢?

by ttbb - 系统管理 - 2004-03-01 11:31:18 阅读(441) 回复(0)

当我在aix上安装qt-x11-opensource-src-4.2.2时候,使用选项是 ./configure -platform aix-g++ 之后报告了以下错误 Creating qmake. Please wait... g++ -c -o makefiledeps.o -maix64 -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/usr/local/qt-x11-opensource-src-4.2.2/src/corelib/arch/generic -I/usr/local/qt-x11-opensource-src-4.2.2/include -I/usr/local/q...

by 萎代码 - AIX - 2007-03-29 22:15:40 阅读(1556) 回复(0)

dev c++和MinGW Developer Studio都事先装好了 但装上qt后提示没有找到一个m****.dll文件,我在环境变量里加了make的路径;可还不能运行qt 请大家帮忙解决

by 蓝色虫 - C/C++ - 2006-06-21 12:06:56 阅读(742) 回复(0)

装了好久都没成功。 有人装成功过吗? 共享下安装步骤吧。 还有环境变量的设置 程序的编译及运行。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/79524/showart_1200007.html

by luoganlin870713 - Solaris文档中心 - 2008-09-17 12:11:34 阅读(1949) 回复(0)