aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-05-05 10:19:39 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-05-05 10:43:59 +0200
commitae01eb0421443532ff72f9edb568651bd0732287 (patch)
tree3f835944177cbcfa1f2858f1e1b06c2597e97cbe /tests
parentb3e4e33d3e51d29e417116d97cf7373fe5acfab5 (diff)
Remove left-over .pri files
Task-number: QTBUG-88742 Change-Id: I87fc754cdec77a5187d1e68f8235c7efd8c4a4af Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/coaptestserver.pri5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/coaptestserver.pri b/tests/auto/coaptestserver.pri
deleted file mode 100644
index 2399826..0000000
--- a/tests/auto/coaptestserver.pri
+++ /dev/null
@@ -1,5 +0,0 @@
-COAP_TEST_SERVER_IP = $$(COAP_TEST_SERVER_IP)
-!isEmpty(COAP_TEST_SERVER_IP) {
- DEFINES += COAP_TEST_SERVER_IP=\\\"$${COAP_TEST_SERVER_IP}\\\"
- message(CoAP plugtest server IP set to $$COAP_TEST_SERVER_IP)
-}