Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Can't build qml example in eclipse

    QML and Qt Quick
    1
    1
    2296
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vassin last edited by

      Hi

      I am trying to build qml examples under C:\QtSDK\Examples\4.7\declarative , for example "positioners".

      I get error.

      (note that i am able to build other examples like C:\QtSDK\Examples\4.7\draganddrop)

      I am copying here just part of my build output. Please let me know if you need more details...
      .
      .
      .
      -I"........\Desktop\Qt\4.8.1\mingw\include" -I"qmlapplicationviewer" -I"........\Desktop\Qt\4.8.1\mingw\include\ActiveQt" -I"debug" -I"........\Desktop\Qt\4.8.1\mingw\mkspecs\default" -o debug\moc_qmlapplicationviewer.o debug\moc_qmlapplicationviewer.cpp
      .
      .
      Copying application data...
      0 File(s) copied
      Cannot perform a cyclic copy
      make[1]: *** [copydeploymentfolders] Error 4
      make[1]: Leaving directory `C:/QtSDK/Examples/4.7/declarative/positioners'
      make: *** [debug] Error 2

      I am not sure what is the problem.
      I guess if source and destination folder is same while copying files, this may lead to cyclic copy and hence the error.
      Can enabling shadow build help?, but I am not sure how to do that in Eclipse. I don't get that option while importing Qt project file to Eclipse. (Like we get an option for shadow build in Qt Creator).

      Please help.

      Thanks.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post