VS
https://doc.qt.io/qt-5.15/qtmodules.html
Size: a a a
VS
T
VS
x11extras с вот таким именем модуля для qmakeT
T
VS
T
x11extras не подходитVS
FindQt5.cmake. больше ничего не предложуД
add_executable (ffmpeg_entry "ffmpeg_entry.c")Если так пишу, то получаю предупреждения из ffmpeg :(
if(MSVC)
target_compile_options(ffmpeg_entry PRIVATE /W4 /WX)
else()
target_compile_options(ffmpeg_entry PRIVATE -Wall -Wextra -pedantic -Werror)
endif()
target_include_directories(ffmpeg_entry PUBLIC ${FFMPEG_INCLUDE_DIRS})
target_link_libraries(ffmpeg_entry PUBLIC ${FFMPEG_LIBRARIES})
VS
target_include_directories(ffmpeg_entry SYSTEM PUBLIC ${FFMPEG_INCLUDE_DIRS})Д
Д
VS
Д
YK
SE
YK
YK