summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2018-09-05 00:03:05 -0700
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-09-05 14:43:26 +0000
commited1c711532227a7504fe6a700d9051a443c3a61b (patch)
treed278368ec8ca9ddf0a94969b0acdf2dc29e68b68 /src/core
parent60238fbf13449e31eeea3b6b09ae5fd799083e76 (diff)
Remove more dead code from the libsrtp test
Commit 83e790dae14725347180bb79e463c5f242616b8d removed the test, but not the configure.json files, so the test always failed because the test failed to compile. Change-Id: I8b4ab98c34b94afd94b6fffd15516f06ec21c791 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/configure.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index aaebcc4a8..e546cf899 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -250,11 +250,6 @@
"test": "snappy",
"type": "compile"
},
- "webengine-srtp": {
- "label": "srtp",
- "test": "srtp",
- "type": "compile"
- },
"webengine-winversion": {
"label": "winversion",
"test": "winversion",
@@ -474,11 +469,6 @@
"condition": "config.unix && tests.webengine-snappy",
"output": [ "privateFeature" ]
},
- "webengine-system-libsrtp" : {
- "label": "libsrtp",
- "condition": "config.unix && tests.webengine-srtp",
- "output": [ "privateFeature" ]
- },
"webengine-winversion" : {
"label": "winversion",
"condition": "config.win32 && tests.webengine-winversion",
@@ -751,7 +741,6 @@
"webengine-system-ffmpeg",
"webengine-system-libvpx",
"webengine-system-snappy",
- "webengine-system-libsrtp",
"webengine-system-glib",
"webengine-system-zlib",
"webengine-system-minizip",