summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2023-05-17 15:21:18 +0200
committerChristian Stenger <christian.stenger@qt.io>2023-05-17 13:36:18 +0000
commit23b0082b20272847f9d764f05c7495b15e5e941e (patch)
tree2a9ad7c85bdaec357dab09c6b5885b7b1bae1f3a /tests
parent5ad790d5c8f70b46c8603724e919fc3e30d10c60 (diff)
downloadqt-creator-23b0082b20272847f9d764f05c7495b15e5e941e.tar.gz
Tests: Build text tests with Qbs as well
Amends 1a98dda5c417e892cadbedb656829cf2ba4d1d0a. Change-Id: If563437141ac75bb2b72a9d550d1fb507a89e63c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/utils/text/text.qbs2
-rw-r--r--tests/auto/utils/utils.qbs1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/utils/text/text.qbs b/tests/auto/utils/text/text.qbs
index 828dec8d11..91b2cdb695 100644
--- a/tests/auto/utils/text/text.qbs
+++ b/tests/auto/utils/text/text.qbs
@@ -1,7 +1,7 @@
import qbs
QtcAutotest {
- name: "Utils::Text autotest"
+ name: "Text autotest"
Depends { name: "Utils" }
files: "tst_text.cpp"
}
diff --git a/tests/auto/utils/utils.qbs b/tests/auto/utils/utils.qbs
index e267f009f7..9f5a580435 100644
--- a/tests/auto/utils/utils.qbs
+++ b/tests/auto/utils/utils.qbs
@@ -20,6 +20,7 @@ Project {
"settings/settings.qbs",
"stringutils/stringutils.qbs",
"templateengine/templateengine.qbs",
+ "text/text.qbs",
"treemodel/treemodel.qbs",
"unixdevicefileaccess/unixdevicefileaccess.qbs",
]