summaryrefslogtreecommitdiff
path: root/examples/websockets/sslechoclient/sslechoclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websockets/sslechoclient/sslechoclient.pro')
-rw-r--r--examples/websockets/sslechoclient/sslechoclient.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/websockets/sslechoclient/sslechoclient.pro b/examples/websockets/sslechoclient/sslechoclient.pro
index 3fa9d9b..29bbe74 100644
--- a/examples/websockets/sslechoclient/sslechoclient.pro
+++ b/examples/websockets/sslechoclient/sslechoclient.pro
@@ -13,5 +13,10 @@ SOURCES += \
HEADERS += \
sslechoclient.h
+resources.files = ../sslechoserver/localhost.cert
+resources.prefix = /
+
+RESOURCES += resources
+
target.path = $$[QT_INSTALL_EXAMPLES]/websockets/sslechoclient
INSTALLS += target