summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkreply
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-11-08 15:01:36 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-11-12 10:28:40 +0000
commit190021b9c72d165f4131f9560881b05ed3f21a01 (patch)
tree8b19d6b95a19ad1951ec47fb8e316e6ad78823e5 /tests/manual/qnetworkreply
parent026471378d80f32e236e675b01ab0e7ff4a4c383 (diff)
Rename some 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: Ie393b125ce5a35b7069cf006db0f3af8c4fda5b4 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 937e014e6382c172d00ef2a42dcc8913206075f8)
Diffstat (limited to 'tests/manual/qnetworkreply')
-rw-r--r--tests/manual/qnetworkreply/qnetworkreply.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qnetworkreply/qnetworkreply.pro b/tests/manual/qnetworkreply/qnetworkreply.pro
index eddcbdff1d..2457acd749 100644
--- a/tests/manual/qnetworkreply/qnetworkreply.pro
+++ b/tests/manual/qnetworkreply/qnetworkreply.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-TARGET = tst_qnetworkreply
+TARGET = tst_manual_qnetworkreply
QT -= gui
QT += core-private network network-private testlib