summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pri2
-rw-r--r--tests/tests.pri4
2 files changed, 0 insertions, 6 deletions
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