I have a problem with being able to work on my project in Qt Designer.
The following import statement in my QML application does not throw an error when i build for the target device where the program is installed. The main.cpp has "importPathList" setup for the target.
Qt Code:
  1. import plugin 1.0
To copy to clipboard, switch view to plain text mode 

But In qt creator above import statement is underlined as not found. So when I use QT designer environment clicking on the "Design" tab it say the QML module is not found. Probably because environment paths are not setup for the plugin.

I can qmake the plugin without errors. So what is the proper procedure to have QT Designer (or QT creator) to recognize my plugin on the PC?

BTW, when i qmake the plugin its is kept here: "proc/xxxx/cwd/Madde/sysroots/harmattan_sysroot_10.2011.34-1_slim/opt/plugin.so"

so i gotto add to the qt creator path, How do i do that?