I am trying to create a simple Qt + Cuda framework with an example of Helloworld.cu. This is the easiest Qt. I am trying to create a project file using a .pro file. My setup is Windows 7, Qt 4.7.4 and Cuda toolkit + SDK (latest version). Everything for Qt works. What doesn't work is part of the Cuda code and probably due to the fact that there is something missing in the .pro file ... is there a simple paste / copy that I could use for cuda in mine. pro file? thank
source
share