I wanna to copy a file to build dist directory in Qt Creator Custom Build Step:
But after I Build, the error thrown:
Could not start process "copy" C:\Users\W\Desktop\StockKLine-master\StockKLine-master\dataKLine.txt C:\Users\W\Desktop\StockKLine-master\build-StockKLine-Desktop_Qt_5_11_2_MinGW_32bit-Debug\dataKLine.txt /Y
However I can test the command in the cmd.exe without error
How Can I copy a file to dist folder in Qt Creator Custom Build Step?