求助,在VS2013环境里搭载QT老是出现模块计算机类型“X86”与目标计算机类型“x64”冲突
发布网友
发布时间:2022-05-02 06:01
我来回答
共1个回答
热心网友
时间:2023-10-09 23:32
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.
2、解决方案
2.1 项目右键,属性》配置管理选择》x64,没有的话新建;
2.2 项目右键,属性》连接器》高级》目标计算机》MachineX64
2.3 右键项目选择“Change QT Version”---》选择当前的QT版本,没有的话就在解决方案右键,选择》“Change Solution‘s QT Version”》选64版本
2.4 清理解决方案,重新编译即可
不知道你说的是不是这个问题