summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-19 09:08:53 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-19 09:10:51 +0200
commite72c0afcfb35de5225a6b4a7fb04c546baa93b07 (patch)
tree7703ee91366aa5dc86302eb5914817b31fbde687 /tests
parent4be05bcfb848edc80304434a39573b9ce51d5d06 (diff)
downloadqttools-e72c0afcfb35de5225a6b4a7fb04c546baa93b07.tar.gz
QtTools: Remove symbian branches from .pro-files.
Change-Id: I9b84010a5e0628e348569201503ab6c25a3bbfd5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/uiloader/uiloader/uiloader.pro12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/auto/uiloader/uiloader/uiloader.pro b/tests/auto/uiloader/uiloader/uiloader.pro
index 42633102a..c458f29ef 100644
--- a/tests/auto/uiloader/uiloader/uiloader.pro
+++ b/tests/auto/uiloader/uiloader/uiloader.pro
@@ -3,7 +3,7 @@ CONFIG += testcase
TEMPLATE = app
!embedded:CONFIG += uitools
TARGET = ../tst_uiloader
-!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
+DEFINES += SRCDIR=\\\"$$PWD\\\"
win32 {
CONFIG(debug, debug|release) {
@@ -15,16 +15,6 @@ win32 {
QT += widgets network testlib
-wince*|symbian: {
- configuration.files = ../*.ini
- configuration.path = .
-
- screenapp.files = ../tst_screenshot/tst_screenshot.exe
- screenapp.path = tst_screenshot
-
- DEPLOYMENT += configuration screenapp
-}
-
# Input
HEADERS += uiloader.h
SOURCES += tst_uiloader.cpp uiloader.cpp