diff options
Diffstat (limited to 'tests/auto/qlocalsocket/test/test.pro')
-rw-r--r-- | tests/auto/qlocalsocket/test/test.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro index 503f769..cfdc89b 100644 --- a/tests/auto/qlocalsocket/test/test.pro +++ b/tests/auto/qlocalsocket/test/test.pro @@ -44,5 +44,7 @@ wince*|symbian { scriptFiles.path = lackey/scripts DEPLOYMENT = additionalFiles scriptFiles QT += script # for easy deployment of QtScript + + requires(contains(QT_CONFIG,script)) } |