From b1e650a889fd18bdc47aed07c518f5f8ba663d97 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Wed, 28 Sep 2011 16:52:12 +1000 Subject: Remove Symbian-specific code from tests. Symbian is not a supported platform for Qt5, so this code is no longer required. Change-Id: I5cb6d3b41fbb9fa5fea6176ad949e4e7be7c30b5 Reviewed-on: http://codereview.qt-project.org/5767 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern --- tests/auto/qtquick1/qdeclarativetext/qdeclarativetext.pro | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests/auto/qtquick1/qdeclarativetext/qdeclarativetext.pro') diff --git a/tests/auto/qtquick1/qdeclarativetext/qdeclarativetext.pro b/tests/auto/qtquick1/qdeclarativetext/qdeclarativetext.pro index 63dfc491ad..509ba2015b 100644 --- a/tests/auto/qtquick1/qdeclarativetext/qdeclarativetext.pro +++ b/tests/auto/qtquick1/qdeclarativetext/qdeclarativetext.pro @@ -9,13 +9,7 @@ INCLUDEPATH += ../../declarative/shared/ HEADERS += ../../declarative/shared/testhttpserver.h SOURCES += ../../declarative/shared/testhttpserver.cpp -symbian: { - importFiles.files = data - importFiles.path = . - DEPLOYMENT += importFiles -} else { - DEFINES += SRCDIR=\\\"$$PWD\\\" -} +DEFINES += SRCDIR=\\\"$$PWD\\\" CONFIG += parallel_test -- cgit v1.2.3