[Solved] I am really confused with this kind of compilation error( C ffmpeg Qt)


In Qt you can add this line to your .pro file to force the compiler to look there for header files. Change it to the folder where your header files are stored.

INCLUDEPATH += <your path>

1

solved I am really confused with this kind of compilation error( C ffmpeg Qt)