summaryrefslogtreecommitdiffstats
path: root/config.tests/bbsensor_header/bbsensor_header.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-05-25 15:12:04 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-29 01:01:34 +0200
commite2fda7e34f1c8ff39a86800c14ec7cecb085c2af (patch)
tree6780d22e9d9bbeba15fa291faadce6f7abec775e /config.tests/bbsensor_header/bbsensor_header.pro
parent5effd1712aa6f1ae2359762cdadeb70198121f77 (diff)
Do not run the bbsensor_header test on other platforms.
Make the Q_OS_BLACKBERRY define check explicit. Don't run the test unless CONFIG += blackberry has been used. This makes for a quicker "fail" path on other platforms and a slightly stricter "success" path. Change-Id: I00d8e66eb0abe765a2eeb70698bebfb38783ec9b Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'config.tests/bbsensor_header/bbsensor_header.pro')
-rw-r--r--config.tests/bbsensor_header/bbsensor_header.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.tests/bbsensor_header/bbsensor_header.pro b/config.tests/bbsensor_header/bbsensor_header.pro
index 362ae67b..f5ebc9b7 100644
--- a/config.tests/bbsensor_header/bbsensor_header.pro
+++ b/config.tests/bbsensor_header/bbsensor_header.pro
@@ -1,5 +1,3 @@
TEMPLATE = app
-DEPENDPATH += .
-INCLUDEPATH += .
-
SOURCES += main.cpp
+requires(blackberry)