Hi,

I've compiled QtColorPicker on Windows.
(http://qt.nokia.com/products/appdev/.../qtcolorpicker)

I know that QtColorPicker build creates a ".a" and a dll file.

I now get "undefined reference to QtColorPicker" when I make my application that uses QtColorPicker.
I think that I need to get QT Creator to link my app with the '.a' file, but I don't know how.

What should I do?

Thanks
J