summaryrefslogtreecommitdiff
path: root/tests/benchmarks/qserialport/qserialport.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qserialport/qserialport.pro')
-rw-r--r--tests/benchmarks/qserialport/qserialport.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/benchmarks/qserialport/qserialport.pro b/tests/benchmarks/qserialport/qserialport.pro
deleted file mode 100644
index c16cd5e..0000000
--- a/tests/benchmarks/qserialport/qserialport.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-QT = core testlib
-TARGET = tst_qserialport
-#CONFIG += testcase
-
-greaterThan(QT_MAJOR_VERSION, 4) {
- QT += serialport
-} else {
- include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
-}
-
-SOURCES = tst_qserialport.cpp