projects
/
qtgstreamer:qtgstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Port the 'echo' example to the new bindings to make it work again.
[qtgstreamer:qtgstreamer.git]
/
examples
/
echo
/
CMakeLists.txt
1
include_directories(${CMAKE_CURRENT_BINARY_DIR}
2
${CMAKE_CURRENT_SOURCE_DIR}/../../src/)
3
4
add_executable(echo main.cpp)
5
target_link_libraries(echo ${QT_QTCORE_LIBRARY} QtGstreamer)