Qmake directives to help using Templight to analyse our template usage.

This commit is contained in:
Mathew Sutcliffe
2017-02-20 21:03:03 +00:00
parent c268581954
commit db692461ef
5 changed files with 57 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
win32:isEmpty(MINGW_IN_SHELL) {
TOUCH = copy /y nul
}
else {
TOUCH = touch
}