there is no Qt version assigned

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情

问题:运行Qt时,就会出现the following error occoured:there is 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版本
右键工程打开属性-Qt Project Setting-Properties-version版本选择。


Visual Studio中Qt项目报错‘No Qt version assigned‘的5种解决方法(含详细截图) 本文详细解析了Visual Studio中Qt项目报错'No Qt version assigned'的5种解决方法,包括通过Qt VS Tools添加Qt版本、为项目指定Qt版本、手动编辑项目文件(.vcxproj)、重新安装Qt VS Tools扩展以及检查环境变量与路径设置。这些方法适用于不同场景,帮助开发者快速解决配置问题,提升开发效率。 阅读详情

相关推荐

QT 项目报错There‘s no Qt version assigned to project sitanzheng.vcxproj for configuration Debug/x64.

There's no Qt version assigned to project sitanzheng.vcxproj for configuration Debug/x64.There's no Qt version assigned to project sitanzheng.vcxproj for configuration Debug/x64.Please set a 0t installation in 'ProlectlPropertieslConfiquration Propertiesl0

weixin_52473844的博客 1936

There's no QT version assigned to this project for platform x64 解决办法

问题描述: 工程是由VS+QT开发的,从一台电脑拷贝到另外一台电脑后,运行时弹出以下提示框 解决办法: 1、点击VS工具栏“Qt VS Tools”,选择 Qt Project Settings 2、选择“Version”对应的版本 3、如果我的是VS2017 ...

LoveWeeknd 6765

error:there‘s no Qt version assigned to project please assign a Qt installation in qt project settin

机器上装有Qt5.12.9和Qt5.12.2,以及Qt5.7,因为不同的工程使用的Qt不一样,所以工程中Qt版本没有匹配,我里工程使用Qt5.7。选择后会弹出如下窗体,选择编译机器版本msvc2015 64即可(如果是单纯的qt项目,可以直接选择出现的自己qt版本)一般是直接将工程复制到另一台电脑上所导致,系统可能默认不选择使用的qt版本。

十三阿哥的博客 1616

There‘s no Qt version assigned to project xxx.vcxproj for configuration Debug/x64

There's no Qt version assigned to project xxx.vcxproj for configuration Debug/x64

aoxuestudy的专栏 9918

There is no Qt version assigned to project

问题描述:最近从用vs2017+Qt5.13编写程序,从一台已经编译好的电脑上拷贝到另外一台有vs2017和Qt5.13环境的电脑,但是问题来了,出现了如下图片的描述: 解决方法:首先检查Qt Project Setting,如果界面能打开,直接修改为本地电脑安装的Qt版本,但是很不幸的是,笔者的电脑打不开,弹出如下警告: 似乎无路可解。笔者估计还是因为Qt版本的问题,直接编辑程序底下的*.vcxproj文件,找到“Qt5Version_x0020_x64="msvc2017_64(本地电脑上.

jiaken2660的专栏 2155

运行vs+Qt程序时出现the following error occoured:there is no Qt version assigned to this project

原因:一般是直接将工程复制到另一台电脑上所导致,系统可能默认不选择使用的qt版本。 解决方案: 1.右键点击解决方案,然后在弹出的列表中选择“Change Solution’s Qt Version,如下所示: 2.选择后会弹出如下窗体,选择msvc2015 64即可(如果是单纯的qt项目,可以直接选择出现的自己qt版本),点击????; 运行成功: ...

weixin_42258743的博客 8172

运行vs2019+Qt5.12程序时出现the following error occoured:there is no Qt version assigned to this project

原因:一般是直接别人的工程文件导致,系统可能默认不选择使用的qt版本。 解决方案: 1.右键点击解决方案,然后在弹出的列表中选择"QT"——>“Change Solution’s Qt Version”——>“mvsc2017”,如下所示: 可以运行了,但是报错找不到头文件:无法打开包括文件:“tisudshl.h”:No such file or directory,解决方法:看看头文件路径是否加入到了C++常规附加包含目录里。 ...

weixin_44175450的博客 6646

【亲测免费】 解决Visual Studio打开Qt项目时“there's no Qt version assigned to this project for platform win32”问题

解决Visual Studio打开Qt项目时“there's no Qt version assigned to this project for platform win32”问题 去发现同类优质开源项目:https://gitcode.com/ 项目介绍 在使用Visual Studio开发Qt项目时,开发者常常会遇到一个令人头疼的问题:“there's no Qt version assig...

gitblog_06623的博客 943

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

Qt5.2 + vs2010 写了一个工程,放到另一个电脑上编译,环境是Qt5.2 + vs2010

chinabinlang的专栏 4万+

【免费下载】 Visual Studio打开Qt项目时“there's no Qt version assigned to this project for platform win32”问题的解决方法

在使用Visual Studio打开Qt项目时,您可能会遇到一个常见的问题:“there's no Qt version assigned to this project for platform win32”。这个问题通常是由于项目配置中缺少Qt版本信息导致的。本文将为您提供一种解决此问题的方法。 ## 问题描述 当您尝试在Visual Studio中打开一个Qt项目时,可能会遇到以下错误提...

gitblog_06603的博客 1225

代码报错:There‘s no Qt version assigned to project Project.vcxproj

错误 There's no Qt version assigned to project Project.vcxproj for configuration Release/Win32. Please assign a Qt installation in 'Qt Project Settings'. Project C:\Users\FA-02405\AppData\Local\QtMsBuild\qt_vars.targets 68。1.设置qt Versions。

Yangy_Jiaojiao的博客 2346

There‘s no Qt version assigned to project .... for confiquration Debug/x64.

There's no Qt version assigned to project .... for confiquration Debug/x64.

a_b_a_b_的博客 3978

通过 --current_directory 选项指定的目录不是目录,There‘s no Qt version assigned to project

打开vcxproj文件手动更新Qt版本即可解决问题

weixin_61764586的博客 2175

there‘s no Qt version assigned to project XXX

项目----->XXX属性页----->Qt Project Settings------->Qt installation(改为自己的)在github上下载他人的项目,在运行时报错,如上所示。

black_procedure的博客 269

VS2013 + Qt 提示 There's no Qt version assigned to this project for platform Win32

在VS2013 配置完 Qt后,启动项目弹出提示:            原因在于, 没有给项目也设置Qt。       项目右键菜单, 选择 “Qt Project Settings” ,会显示如图的框: 将最后一个 Version字段, 选择指定的Qt 版本即可。

tangaowen的专栏 2万+

Qt疑难杂症 之 There‘s no Qt version assigned to project PluginSoundWaveDevice.vcxproj for configuration

( 同一解决方案下,多个项目只能一个一个的设置,无语,,,,,)重新选择一下Qt版本即可。

weixin_43248755的博客 490

There‘s no Qt version assigned to project QDockWidgetDemo.vcxproj for configuration Release/x64.

There's no Qt version assigned to project QDockWidgetDemo.vcxproj for configuration Release/x64.

aoxuestudy的专栏 1970

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

Qt5.2 + vs2010 写了一个工程,放到另一个电脑上编译,环境是Qt5.1 + vs2010,编译出错,如图: 解决方法: 1:注意:打开main.cpp文件,否则 “Qt Project Settings”是灰色,不可选; 2:选择编译机器上的版本: ...

vigorzxw的博客 371
上一篇: Qt 5.6 集成至 VS2015
下一篇: CentOS6.5使用阿里云源
Maybe______
博客等级 码龄10年 25粉丝 13原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值