Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Custom install command
Forum Updated to NodeBB v4.3 + New Features

Custom install command

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 724 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.
  • A Offline
    A Offline
    Astraya
    wrote on last edited by Astraya
    #1

    Hello,

    I try to specify a custom INSTALL_FILE command in the Makefile generated with "nmake install".
    For the moment INSTALL_FILE=copy /y but i want to change it to INSTALL_FILE=xcopy /y /d.
    This allow me to copy only files with newer timestamp.

    Thank you

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Astraya
      wrote on last edited by
      #2

      Found it:

      win32:QMAKE_INSTALL_PROGRAM=xcopy /y /d
      win32:QMAKE_INSTALL_FILE=xcopy /y /d
      
      1 Reply Last reply
      4
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Thank you for reporting back.

        1 Reply Last reply
        2

        • Login

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