summaryrefslogtreecommitdiffstats
path: root/qmake/library/ioutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/library/ioutils.h')
-rw-r--r--qmake/library/ioutils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/library/ioutils.h b/qmake/library/ioutils.h
index a806f3d2eb..905974b7cb 100644
--- a/qmake/library/ioutils.h
+++ b/qmake/library/ioutils.h
@@ -62,6 +62,9 @@ public:
#else
{ return shellQuoteWin(arg); }
#endif
+#if defined(PROEVALUATOR_FULL)
+ static bool touchFile(const QString &targetFileName, const QString &referenceFileName, QString *errorString);
+#endif
};
} // namespace ProFileEvaluatorInternal