OK, thank you! So...i have to find out if in debug-build and set the dir manually with

#ifdef Q_DEBUG
exedir = "C:/Mydir";
#end
#else
exedir = App->applicationDirPath();
#end

Or is their a way to set the ouput of my exe only (no other files, exe only) to a specific directory?