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>
This commit is contained in:
parent
ce187c4f0e
commit
63a1a30a01
@ -1,5 +1,5 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = childwidget
|
TARGET = tst_manual_childwidget
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
QT += widgets
|
QT += widgets
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
QT += testlib
|
QT += testlib
|
||||||
|
|
||||||
TARGET = tst_qdesktopservices
|
TARGET = tst_manual_qdesktopservices
|
||||||
CONFIG += cmdline
|
CONFIG += cmdline
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
QT = widgets
|
QT = tst_manual_widgets
|
||||||
CONFIG += cmdline
|
CONFIG += cmdline
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user