Qt error: LNK2019: 无法解析的外部符号
程序员文章站
2022-06-09 15:58:12
...
1、确认导包是否正确,尤其自定义的文件
2、构建–>清理项目,然后执行 qmake
3、是否有槽函数声明却没有实现,实现或者删除该函数
4、自定义类时,构造函数或者析构函数没有实现。。。作为初学者做试验时候经常会忽略。
5、是否需要修改pro文件
例如:使用QPrintDialog,需要导入
#include <QtPrintSupport/QPrintDialog
pro文件需要添加
QT += core gui printsupport
使用QAxwidget 需要添加
QT += core gui axcontainer
添加完后重新执行步骤2.
转载自:https://blog.csdn.net/thoris/article/details/52672527
下一篇: WPF数据绑定模式
推荐阅读
-
pcl库实现spin image配准时遇到错误,遇到的错误 无法解析的外部符号
-
Visual Studio运行C++代码遇到:“error LNK2019: 无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCR...“问题,该怎么办?
-
vs2015开发ffmpeg出现error LNK2019: 无法解析的外部符号
-
C++中模板类使用友元模板函数 和友员非模版函数!使用不当出现编译错误:无法解析的外部符号…
-
关于c++编译protobuf时提示LNK2001 无法解析的外部符号的问题
-
c++编译protobuf时提示LNK2001 无法解析的外部符号
-
obj : error LNK2019: 无法解析的外部符号 "public: __thiscall B::B(void)" ([email protected]@[email protected]),该符
-
无法解析的外部符号__imp__fprintf和 __imp____iob_func,SDL2
-
QT error: LNK2019: 无法解析的外部符号 [email protected] 类型的错误 以及 pragma comment 的作用(用法)
-
错误 LNK2019 无法解析的外部符号 “operator<<(ostream&, const Square&)“,函数main中引用了该符号