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>
This commit is contained in:
committed by
Qt by Nokia
parent
518ae46dfe
commit
1b1012f299
20
config.tests/gstreamer_appsrc/gstreamer_appsrc.pro
Normal file
20
config.tests/gstreamer_appsrc/gstreamer_appsrc.pro
Normal file
@@ -0,0 +1,20 @@
|
||||
TEMPLATE = app
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
requires(unix)
|
||||
|
||||
# Input
|
||||
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-app-0.10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user