summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfilesystemmodel
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-09-25 10:13:37 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-09-25 10:13:37 +0300
commit392edcbe5be7415bb86e0df533377898a977d17f (patch)
tree0a05dca4f25e33be41592537253a26688fa4990f /tests/auto/qfilesystemmodel
parent12e8ad4304f156a9277f2016e86697af18a09d85 (diff)
Fixed qfilesystemmodel test linking for Symbian
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qfilesystemmodel')
-rw-r--r--tests/auto/qfilesystemmodel/qfilesystemmodel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qfilesystemmodel/qfilesystemmodel.pro b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
index eac16ee28d..070eb6aa56 100644
--- a/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
+++ b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
@@ -12,4 +12,5 @@ symbian: {
dummyDeploy.sources = tst_qfilesystemmodel.cpp
dummyDeploy.path = .
DEPLOYMENT += dummyDeploy
+ LIBS += -lefsrv
}