summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qfilesystemmodel/qfilesystemmodel.pro')
-rw-r--r--tests/auto/qfilesystemmodel/qfilesystemmodel.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/qfilesystemmodel/qfilesystemmodel.pro b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
index b0b6d7a18d..a7d042ce5e 100644
--- a/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
+++ b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
@@ -5,13 +5,3 @@ QT += core-private gui
SOURCES += tst_qfilesystemmodel.cpp
TARGET = tst_qfilesystemmodel
-
-symbian: {
- HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h
-
- # need to deploy something to create the private directory
- dummyDeploy.files = tst_qfilesystemmodel.cpp
- dummyDeploy.path = .
- DEPLOYMENT += dummyDeploy
- LIBS += -lefsrv
-}