forked from qt-creator/qt-creator
The base URL can be defined via the IDE branding mechanism. If omitted, the revision is plain text, like before this change. Change-Id: If1a74707a10c76e15d3d25b8e6b0c302219fb91d Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
18 lines
1.1 KiB
CMake
18 lines
1.1 KiB
CMake
#BINARY_ARTIFACTS_BRANCH = master
|
|
#PROJECT_USER_FILE_EXTENSION = .user
|
|
|
|
set(IDE_VERSION "4.11.82") # The IDE version.
|
|
set(IDE_VERSION_COMPAT "4.11.82") # The IDE Compatibility version.
|
|
set(IDE_VERSION_DISPLAY "4.12.0-beta1") # The IDE display version.
|
|
set(IDE_COPYRIGHT_YEAR "2019") # The IDE current copyright year.
|
|
|
|
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
|
|
set(IDE_COPY_SETTINGSVARIANT "Nokia") # The IDE settings to initially import.
|
|
set(IDE_DISPLAY_NAME "Qt Creator") # The IDE display name.
|
|
set(IDE_ID "qtcreator") # The IDE id (no spaces, lowercase!)
|
|
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 "https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=%1")
|
|
# The revision url in the version dialog
|