diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-09-25 13:05:22 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-09-25 13:05:22 (GMT) |
commit | f2fa66d3dd722d88c651738bef7b1ccb3c91c156 (patch) | |
tree | 48381bd5b0eb66d46eea0a65776bb626b1d75a9a /tests/auto/qsystemsemaphore/test | |
parent | 4a7f44a97382e84c94cf453f6129b7d38d696dd6 (diff) | |
download | Qt-f2fa66d3dd722d88c651738bef7b1ccb3c91c156.zip Qt-f2fa66d3dd722d88c651738bef7b1ccb3c91c156.tar.gz Qt-f2fa66d3dd722d88c651738bef7b1ccb3c91c156.tar.bz2 |
Added "requires qtscript" to qsystemsemaphore test in S60 and WinCE.
qsystemsemaphore autotest does not compile for S60 and WinCE without
QtScript and QtScript currently does not compile for S60, that's why
the following statement was added to pro file:
requires(contains(QT_CONFIG,script))
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qsystemsemaphore/test')
-rw-r--r-- | tests/auto/qsystemsemaphore/test/test.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qsystemsemaphore/test/test.pro b/tests/auto/qsystemsemaphore/test/test.pro index b8d3a4a..ed7898c 100644 --- a/tests/auto/qsystemsemaphore/test/test.pro +++ b/tests/auto/qsystemsemaphore/test/test.pro @@ -18,6 +18,7 @@ win32 { RESOURCES += ../files.qrc wince*: { +requires(contains(QT_CONFIG,script)) # this test calls lackey, which then again depends on QtScript. # let's add it here so that it gets deployed easily QT += script @@ -28,6 +29,7 @@ DEPLOYMENT += lackey } symbian: { +requires(contains(QT_CONFIG,script)) # this test calls lackey, which then again depends on QtScript. # let's add it here so that it gets deployed easily QT += script |