Closed edogawa23 closed 4 years ago
Could you please confirm that you set up correctly the $$PREFIX variable, knowing that in the .pro file there is this include:
INCLUDEPATH += $$PREFIX/include/jack
If the PREFIX is correct, you shouldn't need to specify jack/jack.h
If #include "jack/jack.h" is the correct way, we should probably also change
INCLUDEPATH += $$PREFIX/include/jack
into
INCLUDEPATH += $$PREFIX/include
You're right, I added the %{_prefix} rpm macro to the call to qmake in my spec file and now it built successfully. Thanks for the hint, I had peeked around but obviously not carefully enough... sorry for the noise and thanks for this great program!
…g-config --cflags jack doesn't provide proper -I include path)