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, 15 insertions, 0 deletions
diff --git a/tests/auto/network/ssl/qocsp/qocsp.pro b/tests/auto/network/ssl/qocsp/qocsp.pro
new file mode 100644
index 0000000000..f4e846f39b
--- /dev/null
+++ b/tests/auto/network/ssl/qocsp/qocsp.pro
@@ -0,0 +1,15 @@
+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
+ }
+}
+