[Help please] - What is missing in the following QML plugin?

Aleix Pol aleixpol at kde.org
Wed Nov 16 22:42:20 UTC 2016


On Wed, Nov 16, 2016 at 11:20 PM, Michail Vourlakos
<mvourlakos at gmail.com> wrote:
> found it...
>
> it needed,
>
> set(CMAKE_AUTOMOC ON)
>
> in CMakeLists.txt
>
>
>
> On 16/11/2016 05:38 μμ, Michail Vourlakos wrote:
>
> Hello everyone,
>
>
> can please help me with this qml plugin? Even though it is compiled and
> installed in the correct path... Trying to use it through a plasma panel by
> calling:
>
> import org.kde.nowdock 0.1
>
>
> creates an error:
>
> "
> file:///usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui/main.qml:28:1:
> plugin cannot be loaded for module "org.kde.nowdock": Plugin verification
> data mismatch in '/usr/lib64/qt5/qml/org/kde/nowdock/libnowdockplugin.so'"
>
>
> regards,
>
> michail
>
>

That possibly means you're not integrating properly with ECM, this
should be taken care of.

Aleix


More information about the Plasma-devel mailing list