diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-08-14 12:18:26 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-08-14 12:18:26 (GMT) |
commit | 388460b7d8c16468aca9799b4b0ce4ee55810ede (patch) | |
tree | 67b012c4a23890022ca2dd8853dc80b0a36b3af1 /tests/auto/qfileinfo/qfileinfo.pro | |
parent | 9e33ef3c46da5d2bd61decf388063e6d56b3d84f (diff) | |
download | Qt-388460b7d8c16468aca9799b4b0ce4ee55810ede.zip Qt-388460b7d8c16468aca9799b4b0ce4ee55810ede.tar.gz Qt-388460b7d8c16468aca9799b4b0ce4ee55810ede.tar.bz2 |
Fixed the tst_QFileInfo::isHidden test to actually test for hidden
attribute in Symbian in a meaningful way.
Diffstat (limited to 'tests/auto/qfileinfo/qfileinfo.pro')
-rw-r--r-- | tests/auto/qfileinfo/qfileinfo.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qfileinfo/qfileinfo.pro b/tests/auto/qfileinfo/qfileinfo.pro index d46a83b..c3be825 100644 --- a/tests/auto/qfileinfo/qfileinfo.pro +++ b/tests/auto/qfileinfo/qfileinfo.pro @@ -13,4 +13,7 @@ wince*:|symbian*: { DEPLOYMENT = deploy res } -symbian:TARGET.CAPABILITY=AllFiles +symbian { + TARGET.CAPABILITY=AllFiles + LIBS *= -lefsrv + } |