summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/clientcertificate/clientcertificate.pro
blob: 66039d05c8ac1149c9d8922a65ea634d27b57736 (plain)
1
2
3
4
5
6
7
QT_FOR_CONFIG += network-private
TEMPLATE = subdirs

client.file = client.pro
server.file = server.pro

qtConfig(ssl): SUBDIRS += client server