aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qcoapclient/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qcoapclient/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/qcoapclient/.prev_CMakeLists.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/auto/qcoapclient/.prev_CMakeLists.txt b/tests/auto/qcoapclient/.prev_CMakeLists.txt
new file mode 100644
index 0000000..65a99f5
--- /dev/null
+++ b/tests/auto/qcoapclient/.prev_CMakeLists.txt
@@ -0,0 +1,28 @@
+# Generated from qcoapclient.pro.
+
+#####################################################################
+## qcoapclient Test:
+#####################################################################
+
+qt_add_test(qcoapclient
+ SOURCES
+ ../coapnetworksettings.h
+ tst_qcoapclient.cpp
+ LIBRARIES
+ Qt::CoapPrivate
+ Qt::CorePrivate
+ PUBLIC_LIBRARIES
+ Qt::Coap
+ Qt::Network
+)
+
+#### Keys ignored in scope 1:.:.:qcoapclient.pro:<TRUE>:
+# QT_TEST_SERVER_LIST = "californium" "freecoap"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(qcoapclient CONDITION NOT COAP_TEST_SERVER_IP_ISEMPTY
+ DEFINES
+ COAP_TEST_SERVER_IP=\\\"$ENV{COAP_TEST_SERVER_IP}\\\"
+)