Hi, im struggling with connecting Qt GUI with CUDA. While building project i always get this error message: error while loading shared libraries: libcudart.so.9.2: cannot open shared object file: No such file or directory.
I have found only one solution to this issue: http://www.cs.virginia.edu/~mwb7w/cuda_support/libcudart.html, but i had already set this variables to proper paths https://ibb.co/gwstLe.
SS of NVCC and GCC version output: https://ibb.co/fzXFYz
part of .pro file responsible for adding cuda: https://ibb.co/kPO00e
Project is running on Ubuntu 18.04 with NVIDIA 396.45 DRIVERS on GeForce 1050Ti mobile. Toolkit i have installed by runfile supported for Ubuntu 16.04.