我正在尝试使用名为QtMel的库。
我已完成所有内容,我已下载Libav,QtMultimediaKit和QtMel并将其放入文件中,每个文件都在其自己的文件中,然后我下载了opencv并正常安装
然后尝试在我的项目的专业文件中执行此操作:
INCLUDEPATH += C:\\Encoding\\QtMel_Library\\include
LIBS += C:\\Encoding\\QtMel_Library\\lib
CONFIG(debug, debug|release) {
LIBS += -lqtmeld1
} else {
LIBS += -lqtmel1
}
当我尝试包含Recorder标题时,当我写Rec时它只显示有一个名为recorder的标题但是当我包含它然后编译我的程序时它会说:
error: C1083: Cannot open include file: 'Recorder': No such file or directory