diff --git a/rpm/connectionagent-qt5.spec b/rpm/connectionagent-qt5.spec index 0bd9153..90ce421 100644 --- a/rpm/connectionagent-qt5.spec +++ b/rpm/connectionagent-qt5.spec @@ -97,7 +97,7 @@ fi %files test %defattr(-,root,root,-) -%{_prefix}/opt/tests/libqofono/* +%{_prefix}/opt/tests/connectionagent/* %files tracing %defattr(-,root,root,-) diff --git a/test/auto/tst_connectionagent_plugin/tst_connectionagent_plugin.pro b/test/auto/tst_connectionagent_plugin/tst_connectionagent_plugin.pro index e9ffd39..d8f2e04 100644 --- a/test/auto/tst_connectionagent_plugin/tst_connectionagent_plugin.pro +++ b/test/auto/tst_connectionagent_plugin/tst_connectionagent_plugin.pro @@ -24,5 +24,5 @@ DEFINES += SRCDIR=\\\"$$PWD/\\\" CONFIG += link_pkgconfig PKGCONFIG += connman-qt5 -target.path = $$[QT_INSTALL_PREFIX]/opt/tests/libqofono/ +target.path = $$[QT_INSTALL_PREFIX]/opt/tests/connectionagent/ INSTALLS += target