# 下载地址 https://visualstudio.microsoft.com/zh-hans/downloads/QT5.12.6
# 下载地址 https://download.qt.io/archive/qt/5.12/5.12.6/qt插件
# 下载地址(qt-vsaddin-msvc2019-2.7.1.vsix) https://download.qt.io/archive/vsaddin/2.7.1/FFMpeg
# 下载地址(已编译好的版本---3.4.2) https://blog.csdn.net/u014755412/article/details/82835387 # 官方下载地址 http://ffmpeg.org/download.html#build-windows工程配置 环境变量
# windows下添加环境变量 # 变量名 工程属性配置时使用 TINYPLAYER # 工程所在路径 E:tinyPlayer
配置如图所示:
说明:
bin: 可执行程序 doc: 说明文档 include: 依赖的头文件 lib: 依赖的库 src: 源码工程配置
1)属性——配置属性——常规
2)属性——配置属性——c/c++——附加库目录
3)属性——配置属性——链接器——常规——附加库目录
4)属性——配置属性——链接器——输入——附加依赖项
5)属性——配置属性——链接器——常规——输出文件
github当前代码框架已上传github,后续将做持续更新。
github路径:https://github.com/Lucas2525117/tinyPlayer.git



