summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternssdk
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2012-01-29 10:09:42 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-31 06:30:31 +0100
commit4a1a84749a01581a7126240e5733e88c95783188 (patch)
tree2a45c817fb6607a6071bd1e869b6c50dd3e5d3dc /tests/auto/xmlpatternssdk
parent990cacfd7650f74f5a1ee1e94fc7d105bebed9fd (diff)
downloadqtxmlpatterns-4a1a84749a01581a7126240e5733e88c95783188.tar.gz
Purge the Symbian support from this module
This continues were 70e6c71f7e8e4c12672075e7477f4f1d99f320e6 stopped and removes Symbian support from the .pro files and the examples. Change-Id: I760645d6e19cccb50d505340c3a08bacc7190105 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'tests/auto/xmlpatternssdk')
-rw-r--r--tests/auto/xmlpatternssdk/Global.h2
-rw-r--r--tests/auto/xmlpatternssdk/xmlpatternssdk.pro6
2 files changed, 1 insertions, 7 deletions
diff --git a/tests/auto/xmlpatternssdk/Global.h b/tests/auto/xmlpatternssdk/Global.h
index 3f203a7..fb9472c 100644
--- a/tests/auto/xmlpatternssdk/Global.h
+++ b/tests/auto/xmlpatternssdk/Global.h
@@ -47,7 +47,7 @@
#include <private/qitem_p.h>
#include <private/qnamepool_p.h>
-#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN)
+#if defined(Q_OS_WIN)
# ifdef Q_PATTERNISTSDK_BUILDING
#define Q_PATTERNISTSDK_EXPORT __declspec(dllexport)
#else
diff --git a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro
index db9c3a9..395cce8 100644
--- a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro
+++ b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro
@@ -15,12 +15,6 @@ mac {
INSTALLS += target
}
-symbian {
- TARGET.EPOCALLOWDLLDATA=1
- TARGET.CAPABILITY = All -Tcb
- MMP_RULES += EXPORTUNFROZEN
-}
-
# We add gui, because xmlpatterns.pri pull it out.
QT += xmlpatterns xml network testlib gui