PDA

View Full Version : Cannot use Colibri plugin in QML ?



duc_bkav
19th November 2011, 05:02
Hi everybody

i imported Colibri plugin into QML project

in code ,although i can fine Colibri Component
but when i build the code, the Debug output popup the error like this : qrc:/UI/demo.qml:27:1: "colibri": no such directory

Here is my code

import QtQuick 1.0
import Qt 4.7
import "colibri"

Rectangle{
id: abc
width: 300
height: 300


CLComboBox{
id: cb
x: 56
y: 252
}
}


And here is the debug output

Debugging starts
&"warning: GDB: Failed to set controlling terminal: Invalid argument\n"
qrc:/UI/demo.qml:3:1: "colibri": no such directory
Debugging has finished

Please help me, i cannot find which is the cause ?? :(:(