summaryrefslogtreecommitdiffstats
path: root/tests/auto/qserialport/qserialport.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qserialport/qserialport.pro')
-rw-r--r--tests/auto/qserialport/qserialport.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qserialport/qserialport.pro b/tests/auto/qserialport/qserialport.pro
new file mode 100644
index 00000000..c16cd5ee
--- /dev/null
+++ b/tests/auto/qserialport/qserialport.pro
@@ -0,0 +1,11 @@
+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