diff --git a/src/runner/pythonRunner.pro b/src/runner/pythonRunner.pro index eefc48a..83341cd 100644 --- a/src/runner/pythonRunner.pro +++ b/src/runner/pythonRunner.pro @@ -45,3 +45,5 @@ LIBS += -lpython27 INCLUDEPATH += ../uibase LIBS += -luibase + +QMAKE_POST_LINK += xcopy /y /I $$quote($$SRCDIR\\$${TARGET}*.pdb) $$quote($$DSTDIR)\\plugins $$escape_expand(\\n)