aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-qt
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-07-27 10:43:27 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-07-27 12:50:13 +0000
commitd3548780704d54e11da9aeba13b23c8300ddaf50 (patch)
treeffc08895dbf6b761ca45ce3ee6b4fbb364d3571b /tests/auto/blackbox/testdata-qt
parent18f9867e02efcce9a0a2ed9af7fd5bb69bd80c84 (diff)
Autotests: Shorten some product names
We've observed test failures on Windows due to path names getting too long. Change-Id: Ia5b5e377999112f5ff9cf0a0ce01709ce7863e99 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata-qt')
-rw-r--r--tests/auto/blackbox/testdata-qt/add-qobject-macro-to-generated-cpp-file/add-qobject-macro-to-generated-cpp-file.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata-qt/add-qobject-macro-to-generated-cpp-file/add-qobject-macro-to-generated-cpp-file.qbs b/tests/auto/blackbox/testdata-qt/add-qobject-macro-to-generated-cpp-file/add-qobject-macro-to-generated-cpp-file.qbs
index e3eb72873..db0e20097 100644
--- a/tests/auto/blackbox/testdata-qt/add-qobject-macro-to-generated-cpp-file/add-qobject-macro-to-generated-cpp-file.qbs
+++ b/tests/auto/blackbox/testdata-qt/add-qobject-macro-to-generated-cpp-file/add-qobject-macro-to-generated-cpp-file.qbs
@@ -1,6 +1,7 @@
import qbs.File
QtApplication {
+ name: "p"
files: ["main.cpp", "object.h"]
Group {
files: "object.cpp.in"