summaryrefslogtreecommitdiffstats
path: root/config.tests/gstreamer_encodingprofiles/gstreamer_encodingprofiles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/gstreamer_encodingprofiles/gstreamer_encodingprofiles.pro')
-rw-r--r--config.tests/gstreamer_encodingprofiles/gstreamer_encodingprofiles.pro13
1 files changed, 6 insertions, 7 deletions
diff --git a/config.tests/gstreamer_encodingprofiles/gstreamer_encodingprofiles.pro b/config.tests/gstreamer_encodingprofiles/gstreamer_encodingprofiles.pro
index 7e8a9e7a2..fad40b0bd 100644
--- a/config.tests/gstreamer_encodingprofiles/gstreamer_encodingprofiles.pro
+++ b/config.tests/gstreamer_encodingprofiles/gstreamer_encodingprofiles.pro
@@ -2,11 +2,10 @@ SOURCES += main.cpp
CONFIG += link_pkgconfig
-PKGCONFIG += \
- gstreamer-0.10 \
- gstreamer-base-0.10 \
- gstreamer-interfaces-0.10 \
- gstreamer-audio-0.10 \
- gstreamer-video-0.10 \
- gstreamer-pbutils-0.10
+PKGCONFIG += \
+ gstreamer-$$GST_VERSION \
+ gstreamer-base-$$GST_VERSION \
+ gstreamer-audio-$$GST_VERSION \
+ gstreamer-video-$$GST_VERSION \
+ gstreamer-pbutils-$$GST_VERSION