test_playerv2.pri 635 B

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