summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2021-01-11 15:48:24 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2021-01-15 11:41:47 +0100
commitbb26d975c157a70d93e42ddd2748f81440186cf5 (patch)
tree7fcbb13cd919ce7f9ba58a46a92e109f53612c15 /tests
parent5433343796549dc3393b341a2f65b398f8f4134d (diff)
Qt6: Remove Qt4 support
Change-Id: I6404cc3dd6360531d971c6aefada6e20bba5b4b8 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qserialportinfo/qserialportinfo.pro8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/auto/qserialportinfo/qserialportinfo.pro b/tests/auto/qserialportinfo/qserialportinfo.pro
index b3e49bdd..0cf4c1d5 100644
--- a/tests/auto/qserialportinfo/qserialportinfo.pro
+++ b/tests/auto/qserialportinfo/qserialportinfo.pro
@@ -1,11 +1,5 @@
-QT = core testlib
+QT = core testlib serialport
TARGET = tst_qserialportinfo
#CONFIG += testcase
-greaterThan(QT_MAJOR_VERSION, 4) {
- QT += serialport
-} else {
- include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
-}
-
SOURCES = tst_qserialportinfo.cpp