I want to develop a Qt C++ application using OpenCL.
The problem is I don't know what do I need to install/download to use OpenCL in my project. I am confused by many obsolete threads over the internet. I have downloaded the SDK repo from official Khronos page: https://github.com/KhronosGroup/OpenCL-SDK
But there are no .lib nor .so files inside, only header files, so I cannot link the library to my project.
I am using Windows 10 and I have an AMD graphic card, but my goal is to develop an application which can be run on any dedicated/integrated GPU.
What is the approach to just make it work and start coding?