From dc3b60e578bb68cdbda0accaadc92148708012dd Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 27 Jan 2014 21:31:10 +0100 Subject: [PATCH] - bugfix: accessing profile without loading one when starting an app through the commandline - bugfix: locked-dialog was disabled --- src/runner/pythonRunner.pro | 2 ++ 1 file changed, 2 insertions(+) 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)