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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest