summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfiledialog2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qfiledialog2')
-rw-r--r--tests/auto/qfiledialog2/qfiledialog2.pro8
-rw-r--r--tests/auto/qfiledialog2/tst_qfiledialog2.cpp6
2 files changed, 1 insertions, 13 deletions
diff --git a/tests/auto/qfiledialog2/qfiledialog2.pro b/tests/auto/qfiledialog2/qfiledialog2.pro
index 14de040ec5..a2149c8a39 100644
--- a/tests/auto/qfiledialog2/qfiledialog2.pro
+++ b/tests/auto/qfiledialog2/qfiledialog2.pro
@@ -5,7 +5,7 @@ QT += core-private gui-private
SOURCES += tst_qfiledialog2.cpp
-wince*|symbian {
+wince* {
addFiles.files = *.cpp
addFiles.path = .
filesInDir.files = *.pro
@@ -13,14 +13,8 @@ wince*|symbian {
DEPLOYMENT += addFiles filesInDir
}
-symbian:TARGET.EPOCHEAPSIZE="0x100 0x1000000"
-symbian:HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h
-
wince* {
DEFINES += SRCDIR=\\\"./\\\"
-} else:symbian {
- TARGET.UID3 = 0xE0340003
- DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
diff --git a/tests/auto/qfiledialog2/tst_qfiledialog2.cpp b/tests/auto/qfiledialog2/tst_qfiledialog2.cpp
index 085bdbc80e..282e95313f 100644
--- a/tests/auto/qfiledialog2/tst_qfiledialog2.cpp
+++ b/tests/auto/qfiledialog2/tst_qfiledialog2.cpp
@@ -70,12 +70,6 @@
//TESTED_CLASS=
//TESTED_FILES=
-#if defined(Q_OS_SYMBIAN)
-# define STRINGIFY(x) #x
-# define TOSTRING(x) STRINGIFY(x)
-# define SRCDIR "C:/Private/" TOSTRING(SYMBIAN_SRCDIR_UID) "/"
-#endif
-
#if defined QT_BUILD_INTERNAL
QT_BEGIN_NAMESPACE
Q_GUI_EXPORT bool qt_test_isFetchedRoot();