summaryrefslogtreecommitdiffstats
path: root/examples/ssltest/ssltest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ssltest/ssltest.pro')
-rw-r--r--examples/ssltest/ssltest.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/ssltest/ssltest.pro b/examples/ssltest/ssltest.pro
new file mode 100644
index 0000000..44ae325
--- /dev/null
+++ b/examples/ssltest/ssltest.pro
@@ -0,0 +1,8 @@
+TEMPLATE = app
+CONFIG += thread console
+TARGET = ssltest
+
+INCLUDEPATH += ../common
+HEADERS += ../common/base64.h
+SOURCES += ../common/base64.cpp ssltest.cpp
+include(../examples.pri)