Results 1 to 8 of 8

Thread: how do I clean QT? (Before rebuilding it)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2010
    Posts
    48
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Question how do I clean QT? (Before rebuilding it)

    Hi,
    I've compiled QT for VC9, and I want to clean everything. and Rebuild it all for VC8.
    How do I clean, before I reconfigure and run make?

    Thanks

  2. #2
    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: how do I clean QT? (Before rebuilding it)

    The command you should run is: nmake distclean before running configure again.

  3. #3
    Join Date
    Oct 2010
    Posts
    48
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how do I clean QT? (Before rebuilding it)

    Thanks!
    I think there's also a configure clean thing... and how do I do that?

  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: how do I clean QT? (Before rebuilding it)

    I don't know a clean for configure, i also checked the official tutorial and it says only about nmake distclean.

    Also a good advice is to keep the sources you downloaded, i always keep that archive

Similar Threads

  1. Rebuilding Qt 4.5.0
    By mpele in forum Installation and Deployment
    Replies: 9
    Last Post: 23rd May 2013, 16:05
  2. Missing file errors when Rebuilding example projects
    By Thomas Wrobel in forum Newbie
    Replies: 1
    Last Post: 8th January 2010, 12:13
  3. clean exit!!
    By Raajesh in forum Qt Programming
    Replies: 1
    Last Post: 17th June 2008, 16:33
  4. mingw32-make keeps rebuilding
    By baray98 in forum General Programming
    Replies: 11
    Last Post: 10th March 2008, 18:19
  5. Qt rebuilding and source change
    By jgreetham in forum Installation and Deployment
    Replies: 2
    Last Post: 12th September 2007, 17:00

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.