diff options
author | Jonas Rabbe <jonas.rabbe@nokia.com> | 2012-03-21 11:48:27 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-22 05:59:36 +0100 |
commit | 9cf0b2b90d46f58d3ad7b3a1a33e7f5746f17e5c (patch) | |
tree | 9f7460bdc22cb2ab1b969317f8f8267892b9ea66 /tests/auto/unit/qmediaserviceprovider | |
parent | b816a640a90e631afcfa7bb33aa577ce3321f210 (diff) | |
download | qtmultimedia-9cf0b2b90d46f58d3ad7b3a1a33e7f5746f17e5c.tar.gz |
Fixed media service provider auto test on Mac OS X
Change-Id: I424ef50188244b5f4232534f9088bdc0071ea63e
Reviewed-by: Ling Hu <ling.hu@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'tests/auto/unit/qmediaserviceprovider')
-rw-r--r-- | tests/auto/unit/qmediaserviceprovider/test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/unit/qmediaserviceprovider/test/test.pro b/tests/auto/unit/qmediaserviceprovider/test/test.pro index fb4684977..820fba7a0 100644 --- a/tests/auto/unit/qmediaserviceprovider/test/test.pro +++ b/tests/auto/unit/qmediaserviceprovider/test/test.pro @@ -14,5 +14,5 @@ win32 { } } -mac: CONFIG += insignificant_test +mac: CONFIG -= app_bundle |