summaryrefslogtreecommitdiffstats
path: root/tests/manual/qcursor
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/qcursor
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/qcursor')
-rw-r--r--tests/manual/qcursor/childwidget/childwidget.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qcursor/childwidget/childwidget.pro b/tests/manual/qcursor/childwidget/childwidget.pro
index 9ca41c5b4f..9492ec2280 100644
--- a/tests/manual/qcursor/childwidget/childwidget.pro
+++ b/tests/manual/qcursor/childwidget/childwidget.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-TARGET = childwidget
+TARGET = tst_manual_childwidget
INCLUDEPATH += .
QT += widgets