AppMan: Add PerfProfiler support

Change-Id: I7873742ebd93af1aed1c57e473c85d0b06bbbbf3
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Dominik Holland
2024-03-07 17:16:30 +01:00
parent 33271804d2
commit aad2f6ecac
3 changed files with 46 additions and 18 deletions

View File

@@ -36,6 +36,7 @@ class AppManagerPlugin final : public ExtensionSystem::IPlugin
setupAppManagerRunWorker();
setupAppManagerDebugWorker();
setupAppManagerQmlToolingWorker();
setupAppManagerPerfProfilerWorker();
}
};