Hi,

I have integrated Qt with Eclipse and using it as an IDE on windows.

I can successfully build other examples in Ecplise except qml examples under C:\QtSDK\Examples\4.7\declarative. I tried 2-3 exmaples like positioners etc.

I get the following error

make debug

make -f Makefile.Debug

make[1]: Entering directory `C:/QtSDK/Examples/4.7/declarative/positioners'

Copying application data...

0 File(s) copied

Cannot perform a cyclic copy

make[1]: *** [copydeploymentfolders] Error 4

make: *** [debug] Error 2

make[1]: Leaving directory `C:/QtSDK/Examples/4.7/declarative/positioners'

I am not sure whats wrong. Please help