0
votes

Has anyone seen this before:

Error 1 error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual _thiscall QWidget::~QWidget(void)" (_imp_??1QWidget@@UAE@XZ) referenced in function __unwindfunclet$??0Window@@QAE@PAVQWidget@@@Z$0 window.obj

I have a bunch of these types of errors.

I am trying to use QT4.6 and Visual Studio 2008. Sorry I am still a beginner at this.

Thanks!

1

1 Answers

0
votes

It means the library and dll paths aren't set.

Start by trying to build and run the samples, the studio files with them should have all the necessary paths set.