forked from qt-creator/qt-creator
studiowelcome: fix crashpad awareness
Splashscreen shows some information text if that define is set. Change-Id: I272eb470b8c2493577a50451a3c11832254b16b8 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -19,3 +19,8 @@ if (TARGET StudioWelcome)
|
||||
)
|
||||
qtc_add_resources(StudioWelcome StudioWelcome_qml FILES ${qmlfiles})
|
||||
endif()
|
||||
|
||||
extend_qtc_plugin(StudioWelcome
|
||||
CONDITION BUILD_WITH_CRASHPAD
|
||||
DEFINES ENABLE_CRASHPAD
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user