summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-03 00:09:57 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-03 22:31:58 +0300
commit98ab258129a530c81c356705baffd1453deb646a (patch)
treeecc7d78412998db7d108d28dc7a670974e974004 /examples
parente0d6a07f779863cfa3ec47b4368b72fe0bb4f716 (diff)
s/0.10/1.0/g in places where it was forgotten (qml modules, docs and qmake project files)
Diffstat (limited to 'examples')
-rw-r--r--examples/appsink-src/appsink-src.pro4
-rw-r--r--examples/player/player.pro4
-rw-r--r--examples/qmlplayer/qmlplayer.pro4
-rw-r--r--examples/qmlplayer/qmlplayer.qml2
-rw-r--r--examples/qmlplayer2/qmlplayer2.pro2
-rw-r--r--examples/qmlplayer2/qmlplayer2.qml2
-rw-r--r--examples/recorder/recorder.pro4
-rw-r--r--examples/voip/voip.pro4
8 files changed, 13 insertions, 13 deletions
diff --git a/examples/appsink-src/appsink-src.pro b/examples/appsink-src/appsink-src.pro
index 2176b39..bcb048b 100644
--- a/examples/appsink-src/appsink-src.pro
+++ b/examples/appsink-src/appsink-src.pro
@@ -11,10 +11,10 @@ CONFIG += link_pkgconfig
# Now tell qmake to link to QtGStreamer and also use its include path and Cflags.
contains(QT_VERSION, ^4\\..*) {
- PKGCONFIG += QtGStreamer-0.10 QtGStreamerUtils-0.10
+ PKGCONFIG += QtGStreamer-1.0 QtGStreamerUtils-1.0
}
contains(QT_VERSION, ^5\\..*) {
- PKGCONFIG += Qt5GStreamer-0.10 Qt5GStreamerUtils-0.10
+ PKGCONFIG += Qt5GStreamer-1.0 Qt5GStreamerUtils-1.0
}
# Recommended if you are using g++ 4.5 or later. Must be removed for other compilers.
diff --git a/examples/player/player.pro b/examples/player/player.pro
index 199afd1..8657abd 100644
--- a/examples/player/player.pro
+++ b/examples/player/player.pro
@@ -11,10 +11,10 @@ CONFIG += link_pkgconfig
# Now tell qmake to link to QtGStreamer and also use its include path and Cflags.
contains(QT_VERSION, ^4\\..*) {
- PKGCONFIG += QtGStreamer-0.10 QtGStreamerUi-0.10
+ PKGCONFIG += QtGStreamer-1.0 QtGStreamerUi-1.0
}
contains(QT_VERSION, ^5\\..*) {
- PKGCONFIG += Qt5GStreamer-0.10 Qt5GStreamerUi-0.10
+ PKGCONFIG += Qt5GStreamer-1.0 Qt5GStreamerUi-1.0
QT += widgets
}
diff --git a/examples/qmlplayer/qmlplayer.pro b/examples/qmlplayer/qmlplayer.pro
index fa52049..2c7e8f8 100644
--- a/examples/qmlplayer/qmlplayer.pro
+++ b/examples/qmlplayer/qmlplayer.pro
@@ -11,10 +11,10 @@ CONFIG += link_pkgconfig
# Now tell qmake to link to QtGStreamer and also use its include path and Cflags.
contains(QT_VERSION, ^4\\..*) {
- PKGCONFIG += QtGStreamer-0.10 QtGStreamerUi-0.10
+ PKGCONFIG += QtGStreamer-1.0 QtGStreamerUi-1.0
}
contains(QT_VERSION, ^5\\..*) {
- PKGCONFIG += Qt5GStreamer-0.10 Qt5GStreamerUi-0.10
+ PKGCONFIG += Qt5GStreamer-1.0 Qt5GStreamerUi-1.0
QT += widgets
}
diff --git a/examples/qmlplayer/qmlplayer.qml b/examples/qmlplayer/qmlplayer.qml
index e6f3216..cadc460 100644
--- a/examples/qmlplayer/qmlplayer.qml
+++ b/examples/qmlplayer/qmlplayer.qml
@@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 1.0
-import QtGStreamer 0.10
+import QtGStreamer 1.0
Rectangle {
id: window
diff --git a/examples/qmlplayer2/qmlplayer2.pro b/examples/qmlplayer2/qmlplayer2.pro
index ee858c0..d1afbce 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-0.10 QtGStreamerUi-0.10
+PKGCONFIG += QtGStreamer-1.0 QtGStreamerUi-1.0
# Recommended if you are using g++ 4.5 or later. Must be removed for other compilers.
#QMAKE_CXXFLAGS += -std=c++0x
diff --git a/examples/qmlplayer2/qmlplayer2.qml b/examples/qmlplayer2/qmlplayer2.qml
index 071096b..298fba4 100644
--- a/examples/qmlplayer2/qmlplayer2.qml
+++ b/examples/qmlplayer2/qmlplayer2.qml
@@ -18,7 +18,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0
-import QtGStreamer 0.10
+import QtGStreamer 1.0
Rectangle {
id: window
diff --git a/examples/recorder/recorder.pro b/examples/recorder/recorder.pro
index c5d51bb..b012e98 100644
--- a/examples/recorder/recorder.pro
+++ b/examples/recorder/recorder.pro
@@ -11,10 +11,10 @@ CONFIG += link_pkgconfig
# Now tell qmake to link to QtGStreamer and also use its include path and Cflags.
contains(QT_VERSION, ^4\\..*) {
- PKGCONFIG += QtGStreamer-0.10
+ PKGCONFIG += QtGStreamer-1.0
}
contains(QT_VERSION, ^5\\..*) {
- PKGCONFIG += Qt5GStreamer-0.10
+ PKGCONFIG += Qt5GStreamer-1.0
QT += widgets
}
diff --git a/examples/voip/voip.pro b/examples/voip/voip.pro
index 2d8ff03..50dfda7 100644
--- a/examples/voip/voip.pro
+++ b/examples/voip/voip.pro
@@ -11,10 +11,10 @@ CONFIG += link_pkgconfig
# Now tell qmake to link to QtGStreamer and also use its include path and Cflags.
contains(QT_VERSION, ^4\\..*) {
- PKGCONFIG += QtGStreamer-0.10 QtGStreamerUi-0.10
+ PKGCONFIG += QtGStreamer-1.0 QtGStreamerUi-1.0
}
contains(QT_VERSION, ^5\\..*) {
- PKGCONFIG += Qt5GStreamer-0.10 Qt5GStreamerUi-0.10
+ PKGCONFIG += Qt5GStreamer-1.0 Qt5GStreamerUi-1.0
QT += widgets
}