3 GST_BIN_DIR
= $$
system(pkg
-config
--variable
=exec_prefix gstreamer
-1.0)/bin
4 GST_PLUGINS_DIR
= $$
system(pkg
-config
--variable
=pluginsdir gstreamer
-1.0)
10 gstreamer_utilities
:GST_LIBS
+= \
15 addCopyFileTarget($$
{lib
},$$
{GST_BIN_DIR
},$$
{GCS_APP_PATH
})
16 addCopyDependenciesTarget($$
{lib
},$$
{GST_BIN_DIR
},$$
{GCS_APP_PATH
})
21 libgstcoreelements
.dll
26 libgstaudiotestsrc
.dll \
30 libgsttypefindfunctions
.dll \
31 libgstvideoconvert
.dll \
33 libgstvideoscale
.dll \
34 libgstvideotestsrc
.dll
38 libgstautodetect
.dll \
40 libgstdeinterlace
.dll \
41 libgstdirectsound
.dll \
42 libgstimagefreeze
.dll \
46 libgstrtpmanager
.dll \
53 libgstaudiovisualizers
.dll \
54 libgstautoconvert
.dll \
55 libgstcompositor
.dll \
57 libgstdebugutilsbad
.dll \
58 libgstdirectsoundsrc
.dll \
61 libgstmpegpsdemux
.dll \
63 libgstmpegtsdemux
.dll \
65 libgstvideoparsersbad
.dll \
67 libgstwinscreencap
.dll
78 for(lib
, GST_PLUGINS
) {
79 addCopyFileTarget($$
{lib
},$$
{GST_PLUGINS_DIR
},$$
{GCS_LIBRARY_PATH
}/gstreamer
-1.0)
80 addCopyDependenciesTarget($$
{lib
},$$
{GST_PLUGINS_DIR
},$$
{GCS_APP_PATH
})