summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/clientcertificate/client.pro
blob: e397d5efaef8e4ea668661996053aa5aafcbdc44 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += webenginewidgets

SOURCES += client.cpp

RESOURCES += resources/client.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/clientcertificate/client
INSTALLS += target