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:
Michael Goddard
2011-07-19 15:51:43 +10:00
committed by Qt by Nokia
parent 518ae46dfe
commit 1b1012f299
16 changed files with 37 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ PKGCONFIG += \
gstreamer-video-0.10
maemo*:PKGCONFIG +=gstreamer-plugins-bad-0.10
contains(gstreamer-appsrc_enabled, yes): PKGCONFIG += gstreamer-app-0.10
contains(config_test_gstreamer_appsrc, yes): PKGCONFIG += gstreamer-app-0.10
maemo6 {
HEADERS += camerabuttonlistener_meego.h
@@ -89,7 +89,7 @@ SOURCES += \
include(mediaplayer/mediaplayer.pri)
include(mediacapture/mediacapture.pri)
contains(gstreamer-photography_enabled, yes) {
contains(config_test_gstreamer_photography, yes) {
include(camerabin/camerabin.pri)
}