File qt-ft8-fix-qwt-include.patch of Package qt-ft8
diff --git a/qt-ft8.pro b/qt-ft8.pro index 4e871cd..253aa18 100644 --- a/qt-ft8.pro +++ b/qt-ft8.pro @@ -131,7 +131,7 @@ CONFIG += spyServer LIBS += -L/usr/lib64 LIBS += -L/lib64 -INCLUDEPATH += /usr/include/qt6/qwt +INCLUDEPATH += /usr/include/qt6/qwt6 LIBS += -lqwt-qt6 -lrt -lsndfile -lsamplerate -lusb-1.0 -lfftw3f -ldl #LIBS += -lqwt-qt5 -lrt -lsndfile -lsamplerate -lportaudio -lusb-1.0 -lfftw3f -ldl }