mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
Qmake directives to help using Templight to analyse our template usage.
This commit is contained in:
6
mkspecs/features/touch.prf
Normal file
6
mkspecs/features/touch.prf
Normal file
@@ -0,0 +1,6 @@
|
||||
win32:isEmpty(MINGW_IN_SHELL) {
|
||||
TOUCH = copy /y nul
|
||||
}
|
||||
else {
|
||||
TOUCH = touch
|
||||
}
|
||||
Reference in New Issue
Block a user