From 63a1a30a014eb75a67c390a16faa9aeb03a4a012 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Mon, 11 Nov 2019 14:06:26 +0100 Subject: 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 --- tests/manual/widgets/styles/styles.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual/widgets/styles/styles.pro') 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 -- cgit v1.2.3 From bac999f38ca10147832846f6d7df1e4a051d3760 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 12 Nov 2019 14:33:57 +0100 Subject: Fix two manual tests qmake project files Fixes incorrect target name for styles test. Explicit reference of widgets and opengl libraries in dialog.pri. While not necessary for qmake it makes our lives easier when running the CMake conversion script. Change-Id: I036cae9d801c80c5817421b8427fc5c91e2f7883 Reviewed-by: Alexandru Croitor --- tests/manual/widgets/styles/styles.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/manual/widgets/styles/styles.pro') diff --git a/tests/manual/widgets/styles/styles.pro b/tests/manual/widgets/styles/styles.pro index 68980ae867..1830e21705 100644 --- a/tests/manual/widgets/styles/styles.pro +++ b/tests/manual/widgets/styles/styles.pro @@ -1,5 +1,6 @@ TEMPLATE = app -QT = tst_manual_widgets +QT = widgets +TARGET = tst_manual_styles CONFIG += cmdline CONFIG += c++11 -- cgit v1.2.3