【问题描述】
qt程序编译时报“error: LNK2019: 无法解析的外部符号 "public: void __thiscall xxx::yyy()”。
【问题定位】
工程里未添加xxx.h头文件,只添加xxx类的.cpp文件。
【解决方案】
添加xxx.h头文件。
【问题描述】
qt程序编译时报“error: LNK2019: 无法解析的外部符号 "public: void __thiscall xxx::yyy()”。
【问题定位】
工程里未添加xxx.h头文件,只添加xxx类的.cpp文件。
【解决方案】
添加xxx.h头文件。