qt vsaddin错误对象引用未设置为对象的istanse

QT VsAddIn error Object reference not set to an instanse of an object

本文关键字:对象 istanse 设置 vsaddin 错误 对象引用 qt      更新时间:2023-10-16

我的QT版本-5.12.3VS版本-2017

从来源构建QT如下:

SET _ROOT = D:Qtsrc
SET PATH = %_ROOT%qtbasebin;%_ROOT%gnuwin32bin;%PATH%
configure -static -static-runtime -release -platform win32-msvc - opensource -confirm-license -nomake examples -nomake tests -prefix 
D:Qtbuild
jom
jom install

建筑成功。没有发生错误。

安装了QTVSADDIN,添加了以前添加到扩展中的QT。

当创建QT项目时,我会看到此错误:对象引用未设置为对象的实例

尝试安装19和15版本的VS的Addins,对我无效。

因此,这是qt vsaddin中的一个错误。移至qtcreator。