Add a simple echo example, which forwards audio from the mic to the speakers.
[qtgstreamer:qtgstreamer.git] / examples / echo / CMakeLists.txt
1 add_executable(echo main.cpp)
2 target_link_libraries(echo ${QT_QTCORE_LIBRARY} QtGstreamer)