Hi there
To compile opencv I need to use:
g++ `pkg-config --cflags opencv` -o face face.c `pkg-config --libs opencv`
Now I want to compile in KDevelop, but it chooses gcc instead
Does anyone know, how to change the compiler used by KDevelop ?
The console is getting a bit frustrating
Thnx