From f074d72c8f9354fcf941fe32a9279d9c68944456 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 27 Feb 2017 14:05:06 +0100 Subject: Preserve last modification timestamps of installed program files Similar to the parent commit, this patch adds a unified code path in qmake itself for installing program files while preserving their original last modification timestamp. Change-Id: I7b7dcfa6228c2bfd48ea6036549398bb6f90032f Task-number: QTBUG-59004 Reviewed-by: Oswald Buddenhagen --- qmake/generators/win32/winmakefile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qmake/generators/win32') diff --git a/qmake/generators/win32/winmakefile.cpp b/qmake/generators/win32/winmakefile.cpp index b6dd734bc2..86d388354a 100644 --- a/qmake/generators/win32/winmakefile.cpp +++ b/qmake/generators/win32/winmakefile.cpp @@ -531,6 +531,7 @@ void Win32MakefileGenerator::writeStandardParts(QTextStream &t) t << "INSTALL_PROGRAM = " << var("QMAKE_INSTALL_PROGRAM") << endl; t << "INSTALL_DIR = " << var("QMAKE_INSTALL_DIR") << endl; t << "QINSTALL_FILE = " << var("QMAKE_QMAKE") << " -install qinstall file" << endl; + t << "QINSTALL_PROGRAM = " << var("QMAKE_QMAKE") << " -install qinstall program" << endl; t << endl; t << "####### Output directory\n\n"; -- cgit v1.2.3