forked from qt-creator/qt-creator
Moves more branding information out of the plugins. Change-Id: I71575f268dd8f2860f4da56101b0e3d9442df367 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
22 lines
1.2 KiB
CMake
22 lines
1.2 KiB
CMake
set(IDE_VERSION "11.0.82") # The IDE version.
|
|
set(IDE_VERSION_COMPAT "11.0.82") # The IDE Compatibility version.
|
|
set(IDE_VERSION_DISPLAY "12.0.0-beta1") # The IDE display version.
|
|
set(IDE_COPYRIGHT_YEAR "2023") # The IDE current copyright year.
|
|
|
|
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
|
|
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(PROJECT_USER_FILE_EXTENSION .user)
|
|
set(IDE_DOC_FILE "qtcreator/qtcreator.qdocconf")
|
|
set(IDE_DOC_FILE_ONLINE "qtcreator/qtcreator-online.qdocconf")
|
|
|
|
# Absolute, or relative to <qtcreator>/src/app
|
|
# Should contain qtcreator.ico, qtcreator.xcassets
|
|
set(IDE_ICON_PATH "")
|
|
# Absolute, or relative to <qtcreator>/src/app
|
|
# Should contain images/logo/(16|24|32|48|64|128|256|512)/QtProject-qtcreator.png
|
|
set(IDE_LOGO_PATH "")
|