summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-03 21:36:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 12:40:34 +0100
commitc9e2d01358ff218ea1bcfb4bebc2169d02ebe82e (patch)
tree06073f2833eb2a78b7b554bcb5a5897104361829 /tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro
parentd22ba2dd01113b84425aa4fa594e8c7b136e68a6 (diff)
remove symbian vestiges
Change-Id: I2841caece488ac2df959a26a47d245756b4d06a5 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro')
-rw-r--r--tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro b/tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro
index ee0c2be..4097137 100644
--- a/tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro
+++ b/tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro
@@ -9,18 +9,4 @@ CONFIG += testplugin
HEADERS += qfeedbacktestplugin.h
SOURCES += qfeedbacktestplugin.cpp
-symbian: {
- TARGET.EPOCALLOWDLLDATA=1
- TARGET.CAPABILITY = All -Tcb
- TARGET = $${TARGET}$${QT_LIBINFIX}
- load(armcc_warnings)
-
- target.path = /sys/bin
- INSTALLS += target
-
- symbianplugin.sources = $${TARGET}.dll
- symbianplugin.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
- DEPLOYMENT += symbianplugin
-}
-
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0