summaryrefslogtreecommitdiff
path: root/tests/auto/qserialportinfo/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qserialportinfo/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/qserialportinfo/.prev_CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auto/qserialportinfo/.prev_CMakeLists.txt b/tests/auto/qserialportinfo/.prev_CMakeLists.txt
new file mode 100644
index 0000000..be89b65
--- /dev/null
+++ b/tests/auto/qserialportinfo/.prev_CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qserialportinfo.pro.
+
+#####################################################################
+## tst_qserialportinfo Binary:
+#####################################################################
+
+qt_add_executable(tst_qserialportinfo
+ SOURCES
+ tst_qserialportinfo.cpp
+ PUBLIC_LIBRARIES
+ Qt::Test
+)
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qserialportinfo CONDITION (QT_MAJOR_VERSION GREATER 4)
+ PUBLIC_LIBRARIES
+ Qt::SerialPort
+)