diff options
Diffstat (limited to 'tests/auto/qpluginloader/lib/lib.pro')
-rw-r--r-- | tests/auto/qpluginloader/lib/lib.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qpluginloader/lib/lib.pro b/tests/auto/qpluginloader/lib/lib.pro index 7e842f2..96a9732 100644 --- a/tests/auto/qpluginloader/lib/lib.pro +++ b/tests/auto/qpluginloader/lib/lib.pro @@ -12,4 +12,7 @@ win32-borland: DEFINES += WIN32_BORLAND #no special install rule for the library used by test INSTALLS = +symbian: { + TARGET.CAPABILITY=ALL -TCB +} |