I have a very simple question regarding the use of external library in Qt, and in particular FFTW. I am working on a project in whice I need to build a GUI. I am working with Qt creator for the first time and am a pretty novice porgrammer.
I need to preform fft in my program and I have found that FFTW library is very useful for that matter. How I can make use of the library in Qt? I know It porbably have nothing to do with the program and more with the C++ language and compiling and linking, but I am basicly in the dark on this subject.
I failed to find a detailed enough answer and can make progress on my project without the use of this library. please help.