Results 1 to 5 of 5

Thread: Qt 4.6.3 and up Desktop-build folder

  1. #1
    Join Date
    Sep 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Qt 4.6.3 and up Desktop-build folder

    Hello,

    I recently installed qt 4.6.3 (and later 4.7) and i have noticed that upon building the program, a new folder is created with the tag -build-desktop. I find this annoying and was wondering if there is a way to stop this behaviour.

    Thanks!

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Qt 4.6.3 and up Desktop-build folder

    There is an option where you can define the build directory. See on the side bar of creator: "project".

    (For me it's not annoying)

  3. #3
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Qt 4.6.3 and up Desktop-build folder

    Quote Originally Posted by jzuber View Post
    I find this annoying and was wondering if there is a way to stop this behaviour.
    You don't work on a large code base or don't use a code repository :-)
    Like Lykurg says, this absolutely not annoying, this is the prefered way to build software. Always try to keep your source files and generated files separate.

  4. #4
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Qt 4.6.3 and up Desktop-build folder

    As Lykurk and tbscope said this is not annoying.

    And another reason is that you can just copy the folder (with your project and code) to another OS and just build it (without the errors generated by the 'old' make files)

  5. #5
    Join Date
    Sep 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: Qt 4.6.3 and up Desktop-build folder

    I do work on a fairly large code base and do use a repo, however, I prefer having the generated files in the debug / release folder WITHIN the folder which contains my project.

    Thanks Lykurg for pointing out that project option on the side -> I did not see it!

Similar Threads

  1. Replies: 2
    Last Post: 11th March 2010, 09:46
  2. Replies: 1
    Last Post: 19th January 2010, 21:35
  3. Replies: 1
    Last Post: 13th January 2010, 23:35
  4. Replies: 1
    Last Post: 14th July 2009, 09:28
  5. Replies: 5
    Last Post: 31st January 2009, 07:36

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.