aboutsummaryrefslogtreecommitdiffstats
path: root/src/UsageStatistic.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/UsageStatistic.json.in')
-rw-r--r--src/UsageStatistic.json.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/UsageStatistic.json.in b/src/UsageStatistic.json.in
index 1e3a2c1..fa0bc18 100644
--- a/src/UsageStatistic.json.in
+++ b/src/UsageStatistic.json.in
@@ -1,11 +1,11 @@
{
- \"Name\" : \"UsageStatistic\",
- \"Version\" : \"$$QTCREATOR_VERSION\",
- \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
- \"Vendor\" : \"The Qt Company Ltd\",
- \"Copyright\" : \"(C) $$QTCREATOR_COPYRIGHT_YEAR The Qt Company Ltd\",
- \"License\" : \"GNU GPL v3\",
- \"Description\" : \"This plugin collects statistics on how Qt Creator is used. All statistics are pseudonymous. You can switch off the plugin any time you want.\",
- \"Url\" : \"https://www.qt.io/\",
- $$dependencyList
+ "Name" : "UsageStatistic",
+ "Version" : "${IDE_VERSION}",
+ "CompatVersion" : "${IDE_VERSION_COMPAT}",
+ "Vendor" : "The Qt Company Ltd",
+ "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",
+ "License" : "GNU GPL v3",
+ "Description" : "This plugin collects statistics on how Qt Creator is used. All statistics are pseudonymous. You can switch off the plugin any time you want.",
+ "Url" : "https://www.qt.io/",
+ ${IDE_PLUGIN_DEPENDENCIES}
}