.pro 文件有语法错误
X1aomu opened this issue · 2 comments
X1aomu commented
其中一空白行导致 Qt Creator 解析文件失败:
playerdemo/playerdemo/playerdemo.pro
Lines 15 to 26 in c3154f1
18 行这一行留空即代表 LIBS 这一行结束,后面的 19-26 行组成新的一行了。
itisyang commented
其中一空白行导致 Qt Creator 解析文件失败:
playerdemo/playerdemo/playerdemo.proLines 15 to 26 in c3154f1
LIBS += -L$$PWD/lib/sdl/lib \
-L$$PWD/lib/ffmpeg/lib \
-lSDL2 \-lavcodec \ -lavdevice \ -lavfilter \ -lavformat \ -lavutil \ #-lpostproc \ -lswresample \ -lswscale18 行这一行留空即代表 LIBS 这一行结束,后面的 19-26 行组成新的一行了。
已修复,谢谢反馈问题!