QT undefined reference errors when trying to compile

前端 未结 2 1736
清歌不尽
清歌不尽 2021-01-18 09:56

I added a class IcecastServer to my QT-project, added the header-file to the pro file and added some code. Everytime I compile it the following errors occur:

2条回答
  •  Happy的楠姐
    2021-01-18 10:29

    Are you running the moc tool over your header file? Are you subsequently compiling the output from the moc tool?

提交回复
热议问题