summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qocsp/qocsp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/ssl/qocsp/qocsp.pro')
-rw-r--r--tests/auto/network/ssl/qocsp/qocsp.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/network/ssl/qocsp/qocsp.pro b/tests/auto/network/ssl/qocsp/qocsp.pro
deleted file mode 100644
index f4e846f39b..0000000000
--- a/tests/auto/network/ssl/qocsp/qocsp.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-CONFIG += testcase
-
-SOURCES += tst_qocsp.cpp
-QT = core network network-private testlib
-
-TARGET = tst_qocsp
-
-win32 {
- CONFIG(debug, debug|release) {
- DESTDIR = debug
- } else {
- DESTDIR = release
- }
-}
-