Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

QT 5.4 and MSVS 2013

$
0
0
Hi all, i am getting the following errors mainwindow.obj:-1: error: LNK2019: unresolved external symbol “__declspec(dllimport) public: __cdecl QWebEngineView::QWebEngineView(class QWidget *)” (__imp_??0QWebEngineView@@QEAA@PEAVQWidget@@@Z) referenced in function “public: __cdecl CMainWindow::CMainWindow(class QWidget *)” (??0CMainWindow@@QEAA@PEAVQWidget@@@Z) mainwindow.obj:-1: error: LNK2019: unresolved external symbol “__declspec(dllimport) public: virtual __cdecl QWebEngineView::~QWebEngineView(void)” (__imp_??1QWebEngineView@@UEAA@XZ) referenced in function “public: virtual void * __cdecl QWebEngineView::`scalar deleting destructor’(unsigned int)” (??_GQWebEngineView@@UEAAPEAXI@Z) mainwindow.obj:-1: error: LNK2001: unresolved external symbol “protected: virtual class QWebEngineView * __cdecl QWebEngineView::createWindow(enum QWebEnginePage::WebWindowType)” (?createWindow@QWebEngineView@@MEAAPEAV1@W4WebWindowType@QWebEnginePage@@@Z)

Viewing all articles
Browse latest Browse all 2113

Trending Articles