简体   繁体   English

Qt Creator 中的 Visual Studio 解决方案

[英]Visual Studio solutions in Qt Creator

I am using Qt 4.5 and having Qt Creator as the IDE.我正在使用 Qt 4.5 并使用 Qt Creator 作为 IDE。 I am quite comfortable with it.我很满意。 I know we can open the .pro files (from the Qt Creator) in the Visual Studio IDE.我知道我们可以在 Visual Studio IDE 中打开.pro文件(来自 Qt Creator)。 But how about the reverse?但是反过来呢? ie How can I open a visual studio Qt solution (.sln) in Qt Creator ?如何在 Qt Creator 中打开 Visual Studio Qt 解决方案 (.sln) Is it possible or I have to create a pro file again for the project?是否有可能或者我必须为该项目再次创建一个 pro 文件?

There are other Qt projects which are created by others in Visual Studio IDE.还有其他 Qt 项目是由其他人在 Visual Studio IDE 中创建的。 So if I am supposed to use those, can I migrate those Visual Studio solutions to a Qt Creator compatible way so that I can continue to use Qt Creator?因此,如果我应该使用这些,我是否可以将这些 Visual Studio 解决方案迁移到 Qt Creator 兼容的方式,以便我可以继续使用 Qt Creator? I am using Windows XP.我使用的是 Windows XP。 Any pointers regarding this are welcome.欢迎任何有关这方面的指示。

You can install Visual Studio Add-in of Qt, then in Visual Studio, Qt menu will appear.There is an export option to create .pro files.您可以安装 Qt 的 Visual Studio Add-in,然后在 Visual Studio 中,会出现 Qt 菜单。有一个导出选项可以创建 .pro 文件。

Edit: Detailed Information编辑: 详细信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio和Qt Creator中的同步开发 - Simultaneous development in Visual Studio and Qt Creator CMakeLists.txt中的安装目录,适用于Visual Studio和Qt Creator - Installation directory in CMakeLists.txt, suitable for Visual Studio and Qt Creator Qt Creator编译器配置问题Visual Studio 2017 - Qt Creator Compiler Config Issue visual studio 2017 在 Visual Studio 中像 Qt Creator 一样打开 Cmake 项目 - Open Cmake Project in Visual Studio like Qt Creator 如何以与Visual Studio中相同的方式在Qt Creator中生成dll? - How to build dll in Qt creator the same way as in Visual Studio? 如何检测Qt Creator的目标(调试/发布)(Visual Studio) - How to detect Qt Creator's target (debug/release) (Visual Studio) 预处理器定义在 Visual Studio 中有效,在 Qt-creator 中无效 - Preprocessor definition works in Visual Studio and doesn't work in Qt-creator 在Visual Studio和Qt Creator中构建我的项目时,Q_ASSERT具有不同的行为 - Q_ASSERT has different behavior when my project is built in Visual Studio vs. Qt Creator C ++相同的代码永远不会在Visual Studio中编译/运行,有时甚至不会在Qt Creator中运行 - c++ same code compiles/runs never in Visual Studio and sometimes in Qt Creator 从Visual Studio 2015迁移后,Qt Creator不显示Qlabel的边框图像 - Qt Creator not showing border image of Qlabel after migration from Visual Studio 2015
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM