There's no Qt version assigned to this project for platform Win32.

1、错误提示内容

---------------------------
Qt Visual Studio Add-in
---------------------------
The following error occured:

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.
---------------------------
OK   
---------------------------

2、解决方法

右键VS的解决方案,选择“Change QT Version”---》选择当前的QT版本

There's no Qt version assigned to this project for platform Win32.

时间: 2024-10-28 22:47:40

There's no Qt version assigned to this project for platform Win32.的相关文章

Qt & VS2013 报错:There's no Qt version assigned to this project for platform Win32

如果你想了解关于Qt与VS2013开发环境搭建,可以至此翻页. 这里主要分享环境已搭建成功,在构建项目时遇到的报错解决方案. [1]Qt 与 VS2013开发环境构建时报错 报错界面如下: 注意:对话框左上角的Qt Visual Studio Add-in. [2]解决方案 为了更充分的解决问题,分为以下四步进行: 步骤一:检查环境变量 首先,保证Qt安装的路径已添加进环境变量. 步骤二:检查Qt Versions 点击VS2013工具栏中的Qt5子菜单,显示如下界面: 点击Qt Options

qt安装--this Qt version uses an unsupported makefile

解决办法: Run regedit. Hop to HKEY_CURRENT_USER\Software\Trolltech\Versions Add a new key named "4.3.2" or whatever version you have. Under the new key, create a new string "InstallDir" valued with "C:\Qt\4.3-msvc2005": Run Visua

Qt error:QtThese QT version are inaccessible

安装完Qt Add-in 打开VS2013的时候出现标题错误. QTDIR 需要设置成Qt安装目录下的vc,这个vc目录下包含include,lib,bin等文件夹.或者是在Qt Option里面设置Qt的版本路径 references: http://stackoverflow.com/questions/20330459/qt-5-1-1-with-visual-studio-2012-these-qt-version-are-inaccessible http://stackoverflo

qt creator配置qt version:从别处拷贝来的qt库时遇到的问题

执行./qmake -v可以查看qmake版本和依赖的库的路径 如果库的路径和当前不一致,解决方法有两种: 一. 重新编译 二. 在qmake同目录下创建文件qt.conf [Paths] Prefix=/home/qtlib 配置完成后执行./qmake -v会看到指向的库的路径便问/home/qtlib/lib,它会自动添加lib路径 原文地址:https://www.cnblogs.com/live-program/p/12103194.html

Qt编译

版本及安装环境 项目 版本 位 Windows 7 x64 Visual Studio 2010 x64 qt 4.8.6 x64 下载源码 进入下载列表,下载qt-everywhere-opensource-src-4.8.6.zip并解压缩到:C:\Qt\4.8.0x64\4.8.0x64 目录可以任意,不过比较好的方式是把所有版本的QT都放在一个主目录下,然后再细分. 编译 开始菜单搜索Visual Studio x64 Win64 Command Prompt (2010)并运行  定位

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版本

VS2013平台安装Qt插件过程

1.下载所需安装包: Qt5.3.Qt插件下载地址:http://qt-project.org/downloads. qt-vs-addin-1.1.11-opensource.exe 下载地址:http://download.qt.io/official_releases/vsaddin/qt-vs-addin-1.1.11-opensource.exe.mirrorlist 2.安装过程选择默认安装路径. 3.配置开发环境 选择:Qt5->Qt Options->Add,配置VS的开发环境

VS2013 平台下搭建 QT5.3 开发环境

QT 越来越成熟,所以搭建VS环境也越来越容易. 搭建环境: VS2013 QT5.3:Qt 5.3.2 for Windows 64-bit VS QT插件:Visual Studio Add-in 1.2.3 for Qt5 插件上选择QT的安装目录: QT5 -> QT Options 注意路径:<安装目录>\5.3\msvc2013_64_opengl 安装插件很简单,一开始使用的是32位版本的QT,然后编译的时候报错了,大致意思是编译32位版本不行.后来下载了64位版本. 居然

基于Qt搭建ROS开发环境

参考的博客: http://blog.csdn.net/u013453604/article/details/52186375 http://blog.csdn.net/dxuehui/article/details/44647861 1. Qt插件ros_qtc_plugin安装 使用ros-industrial的Levi-Armstrong在2015年12月开发的一个 Qt插件ros_qtc_plugin,这个插件使得Qt"新建项目"和"新建文件"选项中出现RO