Question: ------------- I'm trying to follow the "Option 1: WebDriver attaches to the running application" in https://github.com/cisco-open-source/qtwebdriver/wiki/Use-QtWebDriver-to-run-your-application I'm wondering about the step: "Add the QtWebDriver headers and libraries in the application build environment" Am I supposed to find some prebuilt package which contains all "the QtWebDriver headers and libraries" from here (for Windows 10 x64 Qt5.9)?: https://github.com/cisco-open-source/qtwebdriver/releases ...or am I expected to pick all the sources and build " "the QtWebDriver headers and libraries" myself from source? (Possibly a dum question, but I am a complete newbie with this stuff...)