Hi,

I have been developing a plasmoid in qt creator. At the top I have the following lines
Qt Code:
  1. import QtQuick 2.0
  2. import QtQuick.Controls 1.0
To copy to clipboard, switch view to plain text mode 

I am using a popup menu so I need the controls. When I run my code in qt creator it runs successfully. I need to change the qtquick to 1.0 to run under plasmoids. When I install using the
plasmapkg command it installs successfully. When attempt to install the plasmoid on my desktop I receive an error that controls are installed. Under the about in the qt creator the version info is
Qt Code:
  1. Qt Creator 3.3.0
  2. Based on Qt 5.4.0 (GCC 4.9.2, 32 bit)
To copy to clipboard, switch view to plain text mode 

I have mageia 5.0 with kde4. Any ideas?