aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc_qprocess
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-01-04 17:10:42 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-01-25 23:55:27 +0100
commitd6eaa70859fbec0f02d15bd8e8fd6ddc360ab371 (patch)
tree51b665e19b7ed4681fdec774edc7a8c9f53e9a79 /tests/auto/qml/qmltc_qprocess
parent0aa681c78b0457ea524a343428bce5395b3b85a9 (diff)
QmlCompiler: Rename include -> import
We do not include things in QML, we import them. Also, the -i option preferably imports from qmldir files, not from qmltypes. Change-Id: Id4c5b3b774516526dfe80afa1c850bcccd6b2b4d Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmltc_qprocess')
-rw-r--r--tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp b/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp
index 6f12e585ba..7707b9731f 100644
--- a/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp
+++ b/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp
@@ -188,7 +188,7 @@ void tst_qmltc_qprocess::noQtQml()
// test that qmltc exits gracefully
const auto errors = runQmltc(u"dummy.qml"_qs, false);
- QVERIFY(errors.contains(u"Failed to import QtQml. Are your include paths set up properly?"_qs));
+ QVERIFY(errors.contains(u"Failed to import QtQml. Are your import paths set up properly?"_qs));
}
void tst_qmltc_qprocess::inlineComponent()