8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
11 lines
581 B
Diff
11 lines
581 B
Diff
--- a/qmake/generators/unix/unixmake.cpp
|
|
+++ b/qmake/generators/unix/unixmake.cpp
|
|
@@ -831,7 +831,7 @@ UnixMakefileGenerator::defaultInstall(const QString &t)
|
|
else if(project->first("TEMPLATE") == "app" && !project->isEmpty("QMAKE_STRIPFLAGS_APP"))
|
|
ret += " " + var("QMAKE_STRIPFLAGS_APP");
|
|
if(bundle)
|
|
- ret = " \"" + dst_targ + "/Contents/MacOS/$(QMAKE_TARGET)\"";
|
|
+ ret += " \"" + dst_targ + "/Contents/MacOS/$(QMAKE_TARGET)\"";
|
|
else
|
|
ret += " \"" + dst_targ + "\"";
|
|
}
|