summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslcipher/qsslcipher.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/ssl/qsslcipher/qsslcipher.pro')
-rw-r--r--tests/auto/network/ssl/qsslcipher/qsslcipher.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/network/ssl/qsslcipher/qsslcipher.pro b/tests/auto/network/ssl/qsslcipher/qsslcipher.pro
new file mode 100644
index 0000000000..78fd387069
--- /dev/null
+++ b/tests/auto/network/ssl/qsslcipher/qsslcipher.pro
@@ -0,0 +1,18 @@
+load(qttest_p4)
+
+SOURCES += tst_qsslcipher.cpp
+!wince*:win32:LIBS += -lws2_32
+QT = core network
+
+TARGET = tst_qsslcipher
+
+win32 {
+ CONFIG(debug, debug|release) {
+ DESTDIR = debug
+} else {
+ DESTDIR = release
+ }
+}
+
+symbian: TARGET.CAPABILITY = NetworkServices
+