Skip to content

Commit

Permalink
Update new Qt5 plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
Raine Makelainen committed Jun 28, 2013
1 parent 01f20dc commit a1a245d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/sociald.spec
Expand Up @@ -28,7 +28,7 @@ A daemon process which provides data synchronization with various social service

%files
%defattr(-,root,root,-)
/usr/lib/buteo-plugins/libsociald-client.so
/usr/lib/buteo-plugins-qt5/libsociald-client.so
%config %{_sysconfdir}/buteo/profiles/client/sociald.xml
%config %{_sysconfdir}/buteo/profiles/sync/*.xml
%{_datadir}/lipstick/notificationcategories/x-nemo.social.facebook.notification.conf
Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
Expand Up @@ -15,7 +15,7 @@ DEFINES *= USE_CONTACTS_NAMESPACE=QTCONTACTS_USE_NAMESPACE
HEADERS += constants_p.h
PKGCONFIG += libsailfishkeyprovider

target.path += /usr/lib/buteo-plugins
target.path += /usr/lib/buteo-plugins-qt5

client.path = /etc/buteo/profiles/client
client.files = xml/sociald.xml
Expand Down

0 comments on commit a1a245d

Please sign in to comment.