summaryrefslogtreecommitdiffstats
path: root/qmake-features
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2020-07-14 14:59:08 +0200
committerRobert Griebl <robert.griebl@qt.io>2020-07-17 01:39:18 +0200
commit8ba183a4ebaf550672ce5df506e87468f2baaed9 (patch)
tree4b03876dcd14f6699c8189340740a09043239ccf /qmake-features
parent877ec0c6c206e40c24ccdcc6ec595af500029d00 (diff)
Spelling fixes all over the place
Change-Id: Ic0018eddb8fcfbd22136fbf62d3e15e0e1c4c0b3 Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
Diffstat (limited to 'qmake-features')
-rw-r--r--qmake-features/am-qml-testcase.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake-features/am-qml-testcase.prf b/qmake-features/am-qml-testcase.prf
index fd5d9410..adf91f1e 100644
--- a/qmake-features/am-qml-testcase.prf
+++ b/qmake-features/am-qml-testcase.prf
@@ -43,7 +43,7 @@ prefix_build {
COMMAND += $$AM_TESTRUNNER_DIR/appman-qmltestrunner --no-cache --no-dlt-logging
mac: COMMAND += --dbus=none
!multi-process: {
- !build_pass:!qmltest-mode-auto:message("am-qml-testcase: forcing MODE to single-process, because application-manager is built in single-process mode")
+ !build_pass:!qmltest-mode-auto:message("am-qml-testcase: forcing MODE to single-process, because the application manager is built in single-process mode")
MODE = single-process
}