View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#511
Originally Posted by amr.fayz View Post
Finally i solved the problem of

module "com.nokia.meego" is not installed
import com.nokia.meego 1.1
^

Solution is

Change import directories like this

QML_IMPORT_PATH="/opt/meecolay/lib/qt4/imports:/opt/qtm12/imports:$QML_IMPORT_PATH"

Instead of

export QML_IMPORT_PATH="/opt/meecolay/lib/qt4/imports:/opt/qtm12/imports:$QML_IMPORT_PATH"


its Work correctly but There Another module Does not work Like

module "QtMultimediaKit" is not installed
import QtMultimediaKit 1.1
^

Despite i install

QtMultimediaKit declarative

and i have QtMultimiedaKit in \imports\QtMultimiedaKit

Thanks
It's how it should be, no other way. If you do without export the changes are lost tbh. and because of this qtmultimediakit is not found.

For not installed stuff with com.nokia.meego 1.1 or com.meego 1.1 ask in the qt components thread
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post: