Results 1 to 3 of 3

Thread: Can't build qml examples in Eclipse..

  1. #1
    Join Date
    Apr 2012
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Can't build qml examples in Eclipse..

    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

  2. #2
    Join Date
    Nov 2010
    Posts
    82
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Can't build qml examples in Eclipse..

    don't know about eclipse so i can't really help you but if you need a quick solution to study the exemple it will be faster to open them from the exemple section of qtcreator

  3. #3
    Join Date
    Apr 2012
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Can't build qml examples in Eclipse..

    Hmmmm, the requirement is not to study examples. It is to start using Eclipse as an IDE and not Qt Creator.

    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).

Similar Threads

  1. Replies: 2
    Last Post: 14th March 2013, 17:46
  2. Replies: 2
    Last Post: 9th November 2010, 08:55
  3. Eclipse, Moc Files, Custom Build Steps
    By gmat4321 in forum Qt Programming
    Replies: 4
    Last Post: 6th August 2010, 05:25
  4. Replies: 3
    Last Post: 15th May 2010, 15:14
  5. can't build qt examples for arm (OMAP)
    By yossibs in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 24th October 2009, 23:40

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.