Custom install command
-
wrote on 2 Nov 2016, 08:57 last edited by Astraya 11 Feb 2016, 09:05
Hello,
I try to specify a custom INSTALL_FILE command in the Makefile generated with "nmake install".
For the momentINSTALL_FILE=copy /y
but i want to change it toINSTALL_FILE=xcopy /y /d
.
This allow me to copy only files with newer timestamp.Thank you
-
wrote on 3 Nov 2016, 08:44 last edited by
Found it:
win32:QMAKE_INSTALL_PROGRAM=xcopy /y /d win32:QMAKE_INSTALL_FILE=xcopy /y /d
-
Thank you for reporting back.
1/3