diff --git a/src/app/Info.plist b/src/app/app-Info.plist similarity index 100% rename from src/app/Info.plist rename to src/app/app-Info.plist diff --git a/src/app/app.pro b/src/app/app.pro index 37a999fd8da..f8abf4d7659 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -59,7 +59,7 @@ win32 { } } - infoplist = $$cat($$PWD/Info.plist, blob) + infoplist = $$cat($$PWD/app-Info.plist, blob) infoplist = $$replace(infoplist, @MACOSX_DEPLOYMENT_TARGET@, $$QMAKE_MACOSX_DEPLOYMENT_TARGET) infoplist = $$replace(infoplist, @QTCREATOR_COPYRIGHT_YEAR@, $$QTCREATOR_COPYRIGHT_YEAR) write_file($$OUT_PWD/Info.plist, infoplist) diff --git a/src/app/app.qbs b/src/app/app.qbs index d0c2885c461..7d9b7ab91c4 100644 --- a/src/app/app.qbs +++ b/src/app/app.qbs @@ -39,7 +39,7 @@ QtcProduct { Depends { name: "ExtensionSystem" } files: [ - "Info.plist", + "app-Info.plist", "main.cpp", "qtcreator.xcassets", "../shared/qtsingleapplication/qtsingleapplication.h",