Files
pilotclient/mkspecs/features/touch.prf
Mat Sutcliffe 82679a3010 Replace qmake variable BLACK_CONFIG with a system based on json files.
The config is loaded from json files by qmake, and we define the qmake
function `swiftConfig` for checking whether a feature is enabled.
This function can be directly used in `buildconfig_gen.cpp.in`,
so the trick with C++ comment tokens in variables is not needed.
2019-02-22 20:23:25 +00:00

7 lines
90 B
Plaintext

win32:isEmpty(MINGW_IN_SHELL) {
TOUCH = copy /y nul >nul
}
else {
TOUCH = touch
}