summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoRcc.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-05-11 19:30:20 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-05-11 20:15:47 (GMT)
commitbd6c3f8609b87f6995acb2aef21aa572f0f73fa7 (patch)
tree60f231a14ed43cefe5475d6149b1c940c8b73a29 /Source/cmQtAutoRcc.h
parent54903af84bc8656344e7fe1ea0a11d5f09e94f86 (diff)
downloadCMake-bd6c3f8609b87f6995acb2aef21aa572f0f73fa7.zip
CMake-bd6c3f8609b87f6995acb2aef21aa572f0f73fa7.tar.gz
CMake-bd6c3f8609b87f6995acb2aef21aa572f0f73fa7.tar.bz2
AutoRcc: Rebuild if the rcc executable is newer than its output
In AUTORCC add a test if the rcc executable is newer that the rcc output. If the rcc executable is newer, rebuild the output.
Diffstat (limited to 'Source/cmQtAutoRcc.h')
-rw-r--r--Source/cmQtAutoRcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoRcc.h b/Source/cmQtAutoRcc.h
index 2dde574..636a667 100644
--- a/Source/cmQtAutoRcc.h
+++ b/Source/cmQtAutoRcc.h
@@ -54,6 +54,7 @@ private:
std::string IncludeDir_;
// -- Qt environment
std::string RccExecutable_;
+ cmFileTime RccExecutableTime_;
std::vector<std::string> RccListOptions_;
// -- Job
std::string LockFile_;