| 12345678910111213141516171819202122 |
- # PlayerV2 Test Configuration
- # Include this file in your main .pro file to enable PlayerV2 testing
- # Uncomment the line below to enable PlayerV2 example
- SOURCES += $$PWD/code/examples/player_v2_example.cpp
- # Required Qt modules for PlayerV2
- QT += core widgets opengl multimedia
- # Compiler flags for PlayerV2
- CONFIG += c++17
- # Define for PlayerV2 features
- DEFINES += PLAYERV2_ENABLED
- # Additional include paths if needed
- # INCLUDEPATH += $$PWD/code/base
- # INCLUDEPATH += $$PWD/code/utils
- # INCLUDEPATH += $$PWD/code/player
- # FFmpeg libraries (adjust paths as needed)
- # LIBS += -lavformat -lavcodec -lavutil -lswscale -lswresample
|