Tests: Build text tests with Qbs as well

Amends 1a98dda5c4.

Change-Id: If563437141ac75bb2b72a9d550d1fb507a89e63c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2023-05-17 15:21:18 +02:00
parent 5ad790d5c8
commit 23b0082b20
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import qbs import qbs
QtcAutotest { QtcAutotest {
name: "Utils::Text autotest" name: "Text autotest"
Depends { name: "Utils" } Depends { name: "Utils" }
files: "tst_text.cpp" files: "tst_text.cpp"
} }

View File

@@ -20,6 +20,7 @@ Project {
"settings/settings.qbs", "settings/settings.qbs",
"stringutils/stringutils.qbs", "stringutils/stringutils.qbs",
"templateengine/templateengine.qbs", "templateengine/templateengine.qbs",
"text/text.qbs",
"treemodel/treemodel.qbs", "treemodel/treemodel.qbs",
"unixdevicefileaccess/unixdevicefileaccess.qbs", "unixdevicefileaccess/unixdevicefileaccess.qbs",
] ]