forked from qt-creator/qt-creator
Change-Id: I9774978d3531dea118a8bb27d17c23cb8e906c5a Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
36 lines
926 B
QML
36 lines
926 B
QML
import qbs
|
|
|
|
QtcCommercialPlugin {
|
|
name: "QmlProfilerExtension"
|
|
|
|
Depends { name: "Core" }
|
|
Depends { name: "QmlProfiler" }
|
|
Depends { name: "Timeline" }
|
|
|
|
Depends { name: "Qt.quickwidgets" }
|
|
Depends { name: "Qt.widgets" }
|
|
|
|
files: [
|
|
"debugmessagesmodel.cpp",
|
|
"debugmessagesmodel.h",
|
|
"flamegraph.cpp",
|
|
"flamegraph.h",
|
|
"flamegraphmodel.cpp",
|
|
"flamegraphmodel.h",
|
|
"flamegraphview.cpp",
|
|
"flamegraphview.h",
|
|
"inputeventsmodel.cpp",
|
|
"inputeventsmodel.h",
|
|
"memoryusagemodel.cpp",
|
|
"memoryusagemodel.h",
|
|
"pixmapcachemodel.cpp",
|
|
"pixmapcachemodel.h",
|
|
"qmlprofilerextensionconstants.h",
|
|
"qmlprofilerextensionplugin.cpp",
|
|
"qmlprofilerextensionplugin.h",
|
|
"qmlprofilerextension_global.h",
|
|
"scenegraphtimelinemodel.cpp",
|
|
"scenegraphtimelinemodel.h",
|
|
]
|
|
}
|