QtGStreamer  0.10.1
Build system integration

CMake

If you are using cmake as your build system, using QtGStreamer is quite easy. You can just do:

 find_package(QtGStreamer)

which will find QtGStreamer and define the following variables:

Take a look at the CMakeLists.txt of the QtGStreamer examples to see how to use them.

qmake

If you are using qmake as your build system, you can use QtGStreamer via pkg-config. For example:

 CONFIG += link_pkgconfig
 PKGCONFIG += QtGStreamer-0.10

In the PKGCONFIG variable you can set one or more of:

Other build systems

If you are not using one of the above build systems, you could also use QtGStreamer via pkg-config, if your build system integrates with it.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator