diff options
Diffstat (limited to 'tests/auto/qplugin/releaseplugin/releaseplugin.pro')
-rw-r--r-- | tests/auto/qplugin/releaseplugin/releaseplugin.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qplugin/releaseplugin/releaseplugin.pro b/tests/auto/qplugin/releaseplugin/releaseplugin.pro index 21177b80d1..ce66aaf7cb 100644 --- a/tests/auto/qplugin/releaseplugin/releaseplugin.pro +++ b/tests/auto/qplugin/releaseplugin/releaseplugin.pro @@ -5,3 +5,7 @@ SOURCES = main.cpp QT = core DESTDIR = ../plugins +symbian: { + TARGET.EPOCALLOWDLLDATA=1 + TARGET.CAPABILITY=ALL -TCB +} |