summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-11-11 14:06:26 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-11-11 14:08:57 +0100
commit63a1a30a014eb75a67c390a16faa9aeb03a4a012 (patch)
treeea599f72694147d4dc30a8548e2b187bb1c4294e /tests/manual/widgets
parentce187c4f0e57d5053583613aeedbc89024bae240 (diff)
Rename some more manual test to be unique
This patch renames some of the manual test by prefixing them with tst_manual_ to make sure they are unique in the project structure. This is a requirement for the CMake port. Change-Id: I83e2152826e0f95c3378374ab1c9992412022109 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/manual/widgets')
-rw-r--r--tests/manual/widgets/styles/styles.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/widgets/styles/styles.pro b/tests/manual/widgets/styles/styles.pro
index d302ae0691..68980ae867 100644
--- a/tests/manual/widgets/styles/styles.pro
+++ b/tests/manual/widgets/styles/styles.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-QT = widgets
+QT = tst_manual_widgets
CONFIG += cmdline
CONFIG += c++11