From ec60bbb65c3f19382c5398e6f33e8f372ca0bbf2 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 4 Jan 2021 21:16:30 +0100 Subject: Remove superfluous checks from test build config Those checks are not needed since all required configs are in place. This will ends up in better looking auto-generated test cmake config files. Change-Id: I98390b3d9d11269473794923e9426323740f4208 Reviewed-by: Miikka Heikkinen --- tests/auto/auto.pri | 2 -- tests/tests.pri | 4 ---- 2 files changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/auto/auto.pri b/tests/auto/auto.pri index a0efd72c..ccaf6067 100644 --- a/tests/auto/auto.pri +++ b/tests/auto/auto.pri @@ -3,7 +3,5 @@ include( ../tests.pri ) CONFIG += testcase QT += testlib widgets -!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_") - INCLUDEPATH += ../inc HEADERS += ../inc/tst_definitions.h diff --git a/tests/tests.pri b/tests/tests.pri index c092d0f8..f13ed5f3 100644 --- a/tests/tests.pri +++ b/tests/tests.pri @@ -2,9 +2,5 @@ TEMPLATE = app QT += opengl openglwidgets charts -contains(TARGET, qml.*) { - QT += qml quick -} - target.path = $$[QT_INSTALL_TESTS]/charts/$$TARGET INSTALLS += target -- cgit v1.2.3