summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qlibrary/lib2/lib2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qlibrary/lib2/lib2.pro')
-rw-r--r--tests/auto/corelib/plugin/qlibrary/lib2/lib2.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/corelib/plugin/qlibrary/lib2/lib2.pro b/tests/auto/corelib/plugin/qlibrary/lib2/lib2.pro
index 7d319d644e..a15393b214 100644
--- a/tests/auto/corelib/plugin/qlibrary/lib2/lib2.pro
+++ b/tests/auto/corelib/plugin/qlibrary/lib2/lib2.pro
@@ -21,10 +21,10 @@ win32 {
} else {
src = $(DESTDIR_TARGET)
}
- files = mylib.dl2 system.trolltech.test.mylib.dll
+ files = mylib.dl2 system.qt.test.mylib.dll
} else {
src = $(DESTDIR)$(TARGET)
- files = libmylib.so2 system.trolltech.test.mylib.so
+ files = libmylib.so2 system.qt.test.mylib.so
}
# This project is testdata for tst_qlibrary