C++问题-Qt Visual Studio Add-in

问题现象:
用VS打开其他人的项目提示如下:
Qt Visual Studio Add-in
...中间全TMD的英文,我就省略...
QT版本不对,需要修改QT版本。

问题原因:占时不明,因为我是开发Delphi的。
问题处理:菜单->Qt5->Qt Project Settings->Version->Qt 5.1.1。

时间: 2025-01-06 18:31:32

C++问题-Qt Visual Studio Add-in的相关文章

Qt Visual Studio Add-in安装

There's no Qt version assigned to this project for platform Win32. Please use the 'change Qt version' feature and choose a valid Qt version for this platform. 错误产生的时候,把项目右键选择“Qt Project Version”->选择当前的QT版本

Visual Studio add linux Project

//https://blog.csdn.net/lanxiaziyi/article/details/81508499 { 使用vs2017进行linux下的开发现在 加点注意事项:1,依赖的库,都要在vs的配置文件中置指定好.例如:-levent -lpthread -L/root/freeswitch/libs/esl/.libs 1在 属性页->配置属性->链接器->命令行->其他选项 中添加.还可以在 属性页->配置属性->链接器->输入->库依赖项

How To Compile Qt with Visual Studio 2010

This post is a step-by-step guide on how to compile Qt 4.x.x with MSVC 2010. Although we use Qt 4.7.1 as an example (for historical reasons), you can also find suggestions on building newer versions of Qt by MSVC 2012 and even by Intel Compiler for b

Visual Studio Online学习

目录 Visual Studio Online 是什么?    1 VSO能干什么    1 怎么用    2 登陆/注册,    2 代码库    7 连接VisualStudio    7 创建新项目    10 添加已有项目    11 提交代码    16 敏捷组合管理    22 持续集成:    25 测试    28 Visual Studio Online 是什么? Visual Studio Online(VSO)是微软在2013\11\12 和 Visual Studio 2

使用Visual Studio 2015 编写 MASM 汇编程序!

原文地址:http://kipirvine.com/asm/gettingStartedVS2015/index.htm#CreatingProject Getting Started with MASM and Visual Studio 2015 Updated 10/3/2016 This tutorial assumes that you are using the Seventh Edition of Assembly Language for x86 Processors. We s

Setup QT 5.5.1 + OpenCv 3.0 + Visual Studio 2013 on windows 10

1. Install Visual studio 2013 community version which is free to use for personal usage. 2. Setup the debugger follow the instruction in http://doc.qt.io/qtcreator/creator-debugger-engines.html. On windows can go to link https://msdn.microsoft.com/en

qt 4.6.2 与visual studio 2005 集成(编译方法,以及中间遇到的问题)

不知不觉在蒂森差不多半个月了,哈哈,时间过得很快,过得很充实,近来研究QT,首先嘛,肯定要学会安装了,这最基础的不会更不用说下面的啦.闲话少说,进正题,基本的安装步骤网上多的是,但参考一个大多数情况是安装不上的,总有这样的那样的问题,基本上我是参考了下面的步骤: Qt 4.6.2 虽然新增了LGPL协议,但这也阻碍了我们在VS中使用Qt.因为免费开源的版本只提供了GCC编译好的二进制库,而没有VC编 译好的二进制库,只有商业版本才有VS编译好的针对Windows的DLL,lib等二进制库. 再者

使用Visual Studio 2015开发Qt程序

0.开发环境及工具 操作系统:Windows 7 x64 编译器:Visual Studio 2015 社区版 Qt版本:5.6.0 编程助手:Visual Assist X 2074. 1.安装 需要依次安装以下工具:vs2015.Qt 5.6.0 for Windows 32-bit (VS 2015).Perl. Qt安装路径:D:\Qt\Qt5.6.0_x86.安装完毕后添加如下路径到系统环境中:D:\Qt\Qt5.6.0_x86\5.6\msvc2015\bin. Perl安装路径:C

Compiling Qt 5.5.1 (With Qtwebkit) With Visual Studio 2015

I usually avoid writing articles about building a specific version of a software project but this time I need to archive it for later use and I believe it’s useful to my fellow programmers. Despite it’s been released for a while already, it seems the