diff options
-rw-r--r-- | tests/auto/qlocalsocket/qlocalsocket.pro | 2 | ||||
-rw-r--r-- | tests/auto/qlocalsocket/test/test.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qlocalsocket/qlocalsocket.pro b/tests/auto/qlocalsocket/qlocalsocket.pro index 9c6521e..3911a64 100644 --- a/tests/auto/qlocalsocket/qlocalsocket.pro +++ b/tests/auto/qlocalsocket/qlocalsocket.pro @@ -2,5 +2,3 @@ TEMPLATE = subdirs SUBDIRS = lackey test !wince*:!symbian: SUBDIRS += example symbian: TARGET.CAPABILITY = NetworkServices - -CONFIG+=insignificant_test diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro index b7e0786..4b887a1 100644 --- a/tests/auto/qlocalsocket/test/test.pro +++ b/tests/auto/qlocalsocket/test/test.pro @@ -47,3 +47,5 @@ wince*|symbian { requires(contains(QT_CONFIG,script)) } + +win32:CONFIG+=insignificant_test # QTQAINFRA-574 |