forked from qt-creator/qt-creator
qml2puppet: fix QtCreator branded builds
Task-number: QDS-9356 Change-Id: I6bb587a8a5c0d7d905725b1e145fcc9c11ac4994 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -246,7 +246,9 @@ extend_qtc_executable(qml2puppet
|
||||
)
|
||||
|
||||
# add application icon
|
||||
if (TARGET qml2puppet)
|
||||
# IDE_LOGO_PATH in a default QtCreator build is empty, all icons are found by relative paths
|
||||
# So we can not use the icon then.
|
||||
if (TARGET qml2puppet AND NOT "${IDE_LOGO_PATH}" STREQUAL "")
|
||||
if (WIN32)
|
||||
set(RC_APPLICATION_NAME "${IDE_DISPLAY_NAME}")
|
||||
set(RC_VERSION "${IDE_VERSION}.0")
|
||||
|
Reference in New Issue
Block a user