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>
This commit is contained in:
Leander Beernaert 2019-11-08 15:01:36 +01:00
parent 35b5100302
commit 937e014e63
12 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,7 @@
QT += widgets
TARGET = tst_manual_graphicsview
SOURCES += main.cpp \
imageitem.cpp \
gestures.cpp \

View File

@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = tst_qhttpnetworkconnection
TARGET = tst_manual_qhttpnetworkconnection
QT -= gui
QT += network testlib

View File

@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = tst_qnetworkconfiguration
TARGET = tst_manual_qnetworkconfiguration
QT -= gui
QT += network testlib

View File

@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = tst_qnetworkconfigurationmanager
TARGET = tst_manual_qnetworkconfigurationmanager
QT -= gui
QT += network testlib

View File

@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = tst_qnetworkreply
TARGET = tst_manual_qnetworkreply
QT -= gui
QT += core-private network network-private testlib

View File

@ -3,4 +3,4 @@ CONFIG += testcase
SOURCES += main.cpp
QT = core network testlib
TARGET = tst_qsslsocket
TARGET = tst_manual_qsslsocket

View File

@ -1,3 +1,4 @@
TARGET = tst_manual_mainwindow
QT += widgets
HEADERS += ../shared/shared.h
SOURCES += main.cpp

View File

@ -1,3 +1,4 @@
QT += widgets
TARGET = tst_manual_scrollarea
HEADERS += ../shared/shared.h
SOURCES += main.cpp

View File

@ -1,5 +1,6 @@
CONFIG += console
QT += widgets
TARGET = tst_manual_toplevel
HEADERS += ../shared/shared.h
SOURCES += main.cpp

View File

@ -1,3 +1,5 @@
TARGET = tst_manual_windowflags
HEADERS = controllerwindow.h \
previewwindow.h \
controls.h

View File

@ -1,5 +1,5 @@
TEMPLATE = app
TARGET= rasterwindow
TARGET= tst_manual_rasterwindow
QT += gui
SOURCES += \

View File

@ -1,5 +1,5 @@
TEMPLATE = app
TARGET= lineedits
TARGET= tst_manual_lineedits
QT += widgets
SOURCES += \