diff options
Diffstat (limited to 'tests/auto/qpluginloader/tst/tst.pro')
-rw-r--r-- | tests/auto/qpluginloader/tst/tst.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpluginloader/tst/tst.pro b/tests/auto/qpluginloader/tst/tst.pro index 2de0912..2d757e7 100644 --- a/tests/auto/qpluginloader/tst/tst.pro +++ b/tests/auto/qpluginloader/tst/tst.pro @@ -20,7 +20,7 @@ wince*: { } symbian: { - libDep.sources = mylib.dll + libDep.sources = tst_qpluginloaderlib.dll libDep.path = /sys/bin pluginDep.sources = theplugin.dll pluginDep.path = bin |