On 02-Apr-14 09:55, tangk wrote:
> win32:{
> LIBS += $$PWD/living1.lib
> system(copy $$PWD/living1.dll $$[QT_INSTALL_BINS])
> }
The error is that you pass paths with forward slashes to the copy
command. Use the shell_path function to convert the slashes.
BR,
Joerg