PerfProfiler: Fix release build for qbs on macOS

Change-Id: I965f7ac9947425d08878d401abb22a3daf470ce1
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2024-07-04 13:38:37 +02:00
parent 57e45131f5
commit da797a8f21

View File

@@ -62,6 +62,7 @@ QtcPlugin {
"perfprofiler.qrc", "perfprofiler.qrc",
] ]
Qt.core.resourceFileBaseName: "PerfProfilerQml" // avoid conflicting qrc file
Group { Group {
name: "Qml Files" name: "Qml Files"
Qt.core.resourcePrefix: "qt/qml/QtCreator/PerfProfiler/" Qt.core.resourcePrefix: "qt/qml/QtCreator/PerfProfiler/"