diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake index 40d0a198741..ba2c61c790f 100644 --- a/cmake/QtCreatorIDEBranding.cmake +++ b/cmake/QtCreatorIDEBranding.cmake @@ -13,5 +13,5 @@ set(IDE_ID "qtcreator") # The IDE id (no spaces, l set(IDE_CASED_ID "QtCreator") # The cased IDE id (no spaces!) set(IDE_BUNDLE_IDENTIFIER "org.qt-project.${IDE_ID}") # The macOS application bundle identifier. -set(IDE_REVISION_URL_STR "https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=%1") +set(IDE_REVISION_URL_STR "https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=%1") # The revision url in the version dialog diff --git a/src/app/app_version.h.in b/src/app/app_version.h.in index a3fc7f4b4ee..e7cf02cd038 100644 --- a/src/app/app_version.h.in +++ b/src/app/app_version.h.in @@ -57,7 +57,7 @@ const char IDE_REVISION_STR[] = \"\"; #ifdef IDE_REVISION_URL const char IDE_REVISION_URL_STR[] = STRINGIFY(IDE_REVISION_URL); #else -const char IDE_REVISION_URL_STR[] = \"\"; +const char IDE_REVISION_URL_STR[] = \"https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=%1\"; #endif // changes the path where the settings are saved to