summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/mediaplayer/mediaplayer.pri
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-07-19 15:51:43 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-25 03:13:03 +0200
commit1b1012f2990084ffc367ddb4aaf5910835bc4641 (patch)
tree95826215bceaada774084c4e2a41211a40e95bde /src/plugins/gstreamer/mediaplayer/mediaplayer.pri
parent518ae46dfeb0bc87ea787bfe6bf0a5e183db8442 (diff)
Add the configuration tests.
Add the list of tests to sync.profile, and make sure each test only happens on the platforms it's intended for. Change-Id: Id022a6b85b349f4a8a649d3449b622e4ada7f4f4 Reviewed-on: http://codereview.qt.nokia.com/1910 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'src/plugins/gstreamer/mediaplayer/mediaplayer.pri')
-rw-r--r--src/plugins/gstreamer/mediaplayer/mediaplayer.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gstreamer/mediaplayer/mediaplayer.pri b/src/plugins/gstreamer/mediaplayer/mediaplayer.pri
index 9045a80dd..310ed6f24 100644
--- a/src/plugins/gstreamer/mediaplayer/mediaplayer.pri
+++ b/src/plugins/gstreamer/mediaplayer/mediaplayer.pri
@@ -2,7 +2,7 @@ INCLUDEPATH += $$PWD
DEFINES += QMEDIA_GSTREAMER_PLAYER
-contains(gstreamer-appsrc_enabled, yes) {
+contains(config_test_gstreamer_appsrc, yes) {
HEADERS += $$PWD/qgstappsrc.h
SOURCES += $$PWD/qgstappsrc.cpp