forked from qt-creator/qt-creator
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:
@@ -1,7 +1,7 @@
|
||||
import qbs
|
||||
|
||||
QtcAutotest {
|
||||
name: "Utils::Text autotest"
|
||||
name: "Text autotest"
|
||||
Depends { name: "Utils" }
|
||||
files: "tst_text.cpp"
|
||||
}
|
||||
|
@@ -20,6 +20,7 @@ Project {
|
||||
"settings/settings.qbs",
|
||||
"stringutils/stringutils.qbs",
|
||||
"templateengine/templateengine.qbs",
|
||||
"text/text.qbs",
|
||||
"treemodel/treemodel.qbs",
|
||||
"unixdevicefileaccess/unixdevicefileaccess.qbs",
|
||||
]
|
||||
|
Reference in New Issue
Block a user