cisco-open-source / qtwebdriver

WebDriver implementation for Qt
https://github.com/cisco-open-source/qtwebdriver/wiki
198 stars 59 forks source link

Undefined reference to #73

Open mlozinskaya opened 3 years ago

mlozinskaya commented 3 years ago

I'm trying to use option 1 from https://github.com/cisco-open-source/qtwebdriver/wiki/Use-QtWebDriver-to-run-your-application. I build a qtwebdriver project, added headers and libraries, and Headers.h to the main of my Qt application. But execution failed with many "undefined reference" errors. What should I do?

image