summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-06-24 12:21:07 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-06-24 12:21:07 +0300
commit478d5c8fd71be218e37b2b3a9fd7e5c8ec5b08b7 (patch)
tree52cf93dc77d62893d7a6623c4af0573703fcdf73 /examples
parentd009b84dcb60fca1a41a3e908bdb73a3f33bb38f (diff)
build system: install .pc file and cmake variables for the Qt5GStreamerQuick library
... and fix the qmlplayer2 .pro file to test it. "make examples_distcheck" passes at this point.
Diffstat (limited to 'examples')
-rw-r--r--examples/qmlplayer2/qmlplayer2.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlplayer2/qmlplayer2.pro b/examples/qmlplayer2/qmlplayer2.pro
index d1afbce..405aa9d 100644
--- a/examples/qmlplayer2/qmlplayer2.pro
+++ b/examples/qmlplayer2/qmlplayer2.pro
@@ -10,7 +10,7 @@ CONFIG += silent
CONFIG += link_pkgconfig
# Now tell qmake to link to QtGStreamer and also use its include path and Cflags.
-PKGCONFIG += QtGStreamer-1.0 QtGStreamerUi-1.0
+PKGCONFIG += Qt5GStreamerQuick-1.0
# Recommended if you are using g++ 4.5 or later. Must be removed for other compilers.
#QMAKE_CXXFLAGS += -std=c++0x