[Interest] qmake PWD variable?

Joerg Bornemann joerg.bornemann at digia.com
Wed Apr 2 12:41:59 CEST 2014


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



More information about the Interest mailing list