Skip to content

Commit

Permalink
[mce-qt] Move to Nemo.Mce import. Contributes to JB#37159
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 28, 2017
1 parent 29ea45c commit f14e73b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugin/plugin.pro
Expand Up @@ -12,8 +12,8 @@ INCLUDEPATH += ../lib/include
SOURCES = qmcedeclarativeplugin.cpp
OTHER_FILES += qmldir

target.path = $$[QT_INSTALL_QML]/org/sailfish/mce
qmldir.path = $$[QT_INSTALL_QML]/org/sailfish/mce
target.path = $$[QT_INSTALL_QML]/Nemo/Mce
qmldir.path = $$[QT_INSTALL_QML]/Nemo/Mce
qmldir.files += qmldir

INSTALLS += target qmldir
4 changes: 2 additions & 2 deletions plugin/qmcedeclarativeplugin.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 Jolla Ltd.
* Copyright (C) 2016-2017 Jolla Ltd.
* Contact: Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
Expand Down Expand Up @@ -42,7 +42,7 @@
class QMCE_EXPORT QMceDeclarativePlugin : public QQmlExtensionPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
Q_PLUGIN_METADATA(IID "Nemo.Mce")

public:
void registerTypes(const char* aUri);
Expand Down
2 changes: 1 addition & 1 deletion plugin/qmldir
@@ -1,2 +1,2 @@
module org.sailfish.mce
module Nemo.Mce
plugin qmcedeclarative
2 changes: 1 addition & 1 deletion rpm/libmce-qt5.spec
Expand Up @@ -59,7 +59,7 @@ rm -rf %{buildroot}

%files declarative
%defattr(-,root,root,-)
%{_libdir}/qt5/qml/org/sailfish/mce
%{_libdir}/qt5/qml/Nemo/Mce

%files devel
%defattr(-,root,root,-)
Expand Down

0 comments on commit f14e73b

Please sign in to comment.