forked from qt-creator/qt-creator
AppStatisticsMonitor: Add to qbs build
Drive-by changes to follow common patterns.
Amends de18097cb4
.
Change-Id: I05e1e28a0ca080cd28c55aa3b8d88a66b7e8dbcf
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1,21 +1,17 @@
|
||||
import qbs 1.0
|
||||
|
||||
QtcPlugin {
|
||||
name: "AppStatisticsMonitor"
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
|
||||
|
||||
files: [
|
||||
"appstatisticsmonitorplugin.cpp",
|
||||
"appstatisticsmonitortr.h",
|
||||
"chart.h",
|
||||
"chart.cpp",
|
||||
"manager.h",
|
||||
"manager.cpp",
|
||||
"idataprovider.h",
|
||||
"idataprovider.cpp",
|
||||
"tr.h"
|
||||
"manager.h",
|
||||
"manager.cpp",
|
||||
]
|
||||
}
|
||||
|
||||
|
@@ -29,4 +29,4 @@ void AppStatisticsMonitorPlugin::initialize()
|
||||
|
||||
} // namespace AppStatisticsMonitor::Internal
|
||||
|
||||
#include <appstatisticsmonitorplugin.moc>
|
||||
#include "appstatisticsmonitorplugin.moc"
|
||||
|
@@ -5,6 +5,7 @@ Project {
|
||||
|
||||
references: [
|
||||
"android/android.qbs",
|
||||
"appstatisticsmonitor/appstatisticsmonitor.qbs",
|
||||
"autotest/autotest.qbs",
|
||||
"autotoolsprojectmanager/autotoolsprojectmanager.qbs",
|
||||
"axivion/axivion.qbs",
|
||||
@@ -74,6 +75,7 @@ Project {
|
||||
"qnx/qnx.qbs",
|
||||
"qmakeprojectmanager/qmakeprojectmanager.qbs",
|
||||
"qmldesignerbase/qmldesignerbase.qbs",
|
||||
"qtapplicationmanager/qtapplicationmanager.qbs",
|
||||
"qtsupport/qtsupport.qbs",
|
||||
"remotelinux/remotelinux.qbs",
|
||||
"resourceeditor/resourceeditor.qbs",
|
||||
@@ -94,6 +96,5 @@ Project {
|
||||
"vcsbase/vcsbase.qbs",
|
||||
"webassembly/webassembly.qbs",
|
||||
"welcome/welcome.qbs",
|
||||
"qtapplicationmanager/qtapplicationmanager.qbs",
|
||||
].concat(project.additionalPlugins)
|
||||
}
|
||||
|
Reference in New Issue
Block a user