aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-09-29 09:07:29 +0200
committerTim Jenssen <tim.jenssen@qt.io>2022-10-26 13:43:37 +0000
commitf8e83c83d38ff7392504d85a8dc975680e9ceedf (patch)
treee086885169dfbebec3c3f1532313e7360722d4ef /src/CMakeLists.txt
parentb385abfcc4e2a0cc889f76625405e97853f35986 (diff)
Add ApplicationSource8.0
The KUserFeedback data sources do not include the application name. Since we have "Qt Design Studio" and "Qt Creator" this makes distinguishing the different applications easier. I added also the version for consistency and ease of use on the server side. Task-number: QDS-7821 Change-Id: I4b71f1ca8797e21bbbc8d1e2a1a21dac0b6d5eee Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 58c0f82..94167a6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -28,6 +28,7 @@ add_qtc_plugin(UsageStatistic
datasources/qmldesignerusagetimesource.cpp
datasources/qmldesignerusageeventsource.cpp
datasources/servicesource.cpp
+ datasources/applicationsource.cpp
ui/usagestatisticpage.cpp
ui/usagestatisticwidget.cpp
services/datasubmitter.cpp