LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2724|回复: 0

在windows下使用qt编程

[复制链接]
发表于 2002-11-8 16:28:07 | 显示全部楼层 |阅读模式
虽然我很喜欢linux,但有时候周围环境不允许,所以大部分时间还是在windows平台上,如果能够在windows开发qt 的应用程序,那就可以很方便的移植到linux下的。方法如下:
更新 Visual Studio
安裝 QT/Windows 之后,接下?砭鸵瓒 Visual C++,以快速建立 QT program
执行 VC
选择 Tools | Customize
切换到 "Add-ins and Macro Files"
确定 "QMsDev Developer Studio-Add-In" (在$QTDIR\bin\目录下有一个qmsdev.dll文件,可以点击浏览选择)
点击 "close" 以关闭该窗口。

这时候,add-in 就被安裝好了,一个新的浮动工具列会出现,并包含下列窗口
New Qt Project - create a Qt .pro project file and the corresponding Visual Studio .dsp file.
Generate Qt Project - create a Visual Studio .dsp file based on the Qt project .pro file.
New Qt Dialog - creates a Qt dialog that you can customize with Qt Designer. The dialog is automatically added to the Qt .pro project file.
Qt Designer - launches Qt Designer.
Add MOC - add a custom build step which calls moc.exe (meta object compiler)
Add UIC - add an existing Qt Designer .ui file to an existing project.
由 .pro file 建立 Visual C++ 可用的专案档 .dsp
例如你要由 hello.pro 建立 Visual C++ 可用的专案档 hello.dsp,则可执行下列指令:
qmake -t vcapp -o hello.dsp hello.pro
此时所有的操作就如同在kdevelop中一样了,也挺方便的,不当之处欢迎指正。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表