forked from qt-creator/qt-creator
Add qbs project file.
Change-Id: If583799f3dfd09c6c5c49ee8305c0df8b038881a Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
committed by
Ulf Hermann
parent
d821009822
commit
bfc37d6973
26
plugins/qmlprofilerextension/qmlprofilerextension.qbs
Normal file
26
plugins/qmlprofilerextension/qmlprofilerextension.qbs
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
import qbs
|
||||||
|
|
||||||
|
QtcPlugin {
|
||||||
|
name: "QmlProfilerExtension"
|
||||||
|
|
||||||
|
Depends { name: "Core" }
|
||||||
|
Depends { name: "LicenseChecker" }
|
||||||
|
Depends { name: "QmlProfiler" }
|
||||||
|
|
||||||
|
Depends { name: "Qt.widgets" }
|
||||||
|
|
||||||
|
files: [
|
||||||
|
"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",
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user