diff options
author | Thomas McGuire <thomas.mcguire.qnx@kdab.com> | 2012-08-08 15:39:21 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-08 16:32:16 +0200 |
commit | 448f4131f40ed15cbdfff221247d0986ffa3204e (patch) | |
tree | 87bff848f351c2a995e02adc2f5bbb2965ad1bcb /qtsensors.pro | |
parent | de70333227709d289a96718009aa7851db5f5df5 (diff) | |
download | qtsensors-448f4131f40ed15cbdfff221247d0986ffa3204e.tar.gz |
Port configure tests to the new style to make them work again
Change-Id: Ia7a284fc407a28a3cfae14358a8286864ad0c25a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'qtsensors.pro')
-rw-r--r-- | qtsensors.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qtsensors.pro b/qtsensors.pro index daeb976..9a71034 100644 --- a/qtsensors.pro +++ b/qtsensors.pro @@ -1,3 +1,8 @@ +load(configure) +blackberry { + qtCompileTest(bbsensor_header) +} + load(qt_parts) SUBDIRS += module_qtsensors_snippets |