forked from qt-creator/qt-creator
Change-Id: I8722d122d18e78054d844a4f4e75cf7d2ef746ef Reviewed-by: Eike Ziller <eike.ziller@qt.io>
22 lines
1.2 KiB
CMake
22 lines
1.2 KiB
CMake
set(IDE_VERSION "10.0.2") # The IDE version.
|
|
set(IDE_VERSION_COMPAT "10.0.0") # The IDE Compatibility version.
|
|
set(IDE_VERSION_DISPLAY "10.0.2") # 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/plugins/coreplugin
|
|
# Should contain images/logo/(16|24|32|48|64|128|256|512)/QtProject-qtcreator.png
|
|
set(IDE_LOGO_PATH "")
|