Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. qmake INSTALLS copy on change only

qmake INSTALLS copy on change only

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 229 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MartinD
    wrote on last edited by MartinD
    #1

    During build I use INSTALLS directive to copy some files to my install directory. However, it looks like the files are copied everytime the build is launched. I would like it to check whether file changed (by comparing timestamp of the file) and only then to copy it.

    I have many files to copy during INSTALL and this way it takes a lot of time to copy them even if it is unnecessary.

    I also need to copy whole directory ywith all subdirectories, not only single files.

    My compiler is MSVC2013 now but cross platform solution would be better of course.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved