Files
qt-creator/plugins/qmlprofiler/qmlprofiler.qbs
Christian Kandeler 78b45e41af Fix qbs build.
Change-Id: I9774978d3531dea118a8bb27d17c23cb8e906c5a
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
2016-01-14 13:10:07 +00:00

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",
]
}