Results 1 to 4 of 4

Thread: Remove objects and other unnecesary files after build.

  1. #1
    Join Date
    Oct 2010
    Location
    Tijuana, Baja California, México
    Posts
    19
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Remove objects and other unnecesary files after build.

    Hi...

    I'm running Windows XP SP3 as guest OS in my VirtualBox and I just build QT 4.8.6 from source, using this build options:
    Qt Code:
    1. configure.exe -fast -opensource -confirm-license -release -phonon -no-qt3support -inotify -no-dsp -no-vcproj -no-webkit
    To copy to clipboard, switch view to plain text mode 
    Now, I'd like to remove intermediate files and unnecesary files to keep my source directory as lite as possible...Normally one keep ${QTDIR}\{bin,include,lib,doc} directories...what other files/directories should I keep?

    Thanks.
    Last edited by Joelito; 13th May 2015 at 06:17.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Remove objects and other unnecesary files after build.

    Just run make clean.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Remove objects and other unnecesary files after build.

    Also, if you would do an out-of-source build, you have always clean separation of build and source files.

    Cheers,
    _

  4. #4
    Join Date
    Oct 2010
    Location
    Tijuana, Baja California, México
    Posts
    19
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Remove objects and other unnecesary files after build.

    Thanks...googling about "out-of-source" help.

Similar Threads

  1. Replies: 4
    Last Post: 29th March 2014, 20:43
  2. A tool to remove unused header files?
    By agarny in forum Qt Tools
    Replies: 5
    Last Post: 13th July 2012, 13:26
  3. Replies: 1
    Last Post: 15th August 2011, 23:26
  4. About buffers, iostream objects, and files.
    By tonnot in forum General Programming
    Replies: 10
    Last Post: 31st May 2011, 13:18
  5. Replies: 4
    Last Post: 30th August 2010, 07:28

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.