Results 1 to 2 of 2

Thread: How to manage files with different folders for make

  1. #1
    Join Date
    Jun 2007
    Location
    India/Bangalore
    Posts
    156
    Thanks
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Thumbs up How to manage files with different folders for make

    Hello Friends,

    I am working in qt4.2 windows ,i am using mingw,

    I have different folders for different modules in my application,

    When i give make each time it takes all files to compile, but if i use same folder it only takes whatever files i changed,

    How to avoid the recompilation of all files rather than changed files?

    Thank you
    Rajesh,S

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to manage files with different folders for make

    Quote Originally Posted by rajeshs View Post
    When i give make each time it takes all files to compile, but if i use same folder it only takes whatever files i changed,
    Just to assure, just "make" and nothing else?

    How to avoid the recompilation of all files rather than changed files?
    The toolchain should take care of recompiling only necessary files. Something else must be wrong. Could we see the .pro file?
    J-P Nurmi

  3. The following user says thank you to jpn for this useful post:

    rajeshs (8th July 2007)

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.