小白学开发之QT下的PRO文件怎么进行注释,以及Pro文件的作用
Hello大家好,这里是程序员小白学开发,我是一个刚入门QT的初学者,晕乎晕乎的!希望能够随时随地将自己所学的知识分享给大家,带着大学从零基础开始入门程序开发,在互联网的时代,干出一番事业!
认识pro克服程序编译错误
最近在写一个读取Excel表格中的关键信息,提示如下错误:
D:\nhy\SU2\su2\untitled2\importfile.cpp:14: error: undefined reference to `_imp__CoInitializeEx@8'
D:\nhy\SU2\su2\untitled2\importfile.cpp:16: error: undefined reference to `QAxObject::QAxObject(QObject*)'
D:\nhy\SU2\su2\untitled2\importfile.cpp:17: error: undefined reference to `QAxBase::setControl(QString const&)'
D:\nhy\SU2\su2\untitled2\importfile.cpp:21: error: undefined reference to `_imp__CoUninitialize@0'
D:\nhy\SU2\su2\untitled2\importfile.cpp:25: error: undefined reference to `QAxBase::querySubObject(char const*, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, Q