summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-charts/loader.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/enterprise-charts/loader.qml')
-rw-r--r--basicsuite/enterprise-charts/loader.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/enterprise-charts/loader.qml b/basicsuite/enterprise-charts/loader.qml
index 42198e4..1135479 100644
--- a/basicsuite/enterprise-charts/loader.qml
+++ b/basicsuite/enterprise-charts/loader.qml
@@ -30,7 +30,7 @@ Item {
var o = co.createObject(container)
} else {
console.log(co.errorString())
- console.log("QtCommercial.Chart 1.1 not available")
+ console.log("QtCharts 2.0 not available")
console.log("Please use correct QML_IMPORT_PATH export")
}
}