f13b0b2cf2
Compiling the default examples should be possible without compile errors. Task-number: QTBUG-53141 Change-Id: I73d8787241291ae6230861a89b38e91d900fede0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
20 lines
486 B
Prolog
20 lines
486 B
Prolog
requires(qtHaveModule(network))
|
|
|
|
HEADERS += certificateinfo.h \
|
|
sslclient.h
|
|
SOURCES += certificateinfo.cpp \
|
|
main.cpp \
|
|
sslclient.cpp
|
|
RESOURCES += securesocketclient.qrc
|
|
FORMS += certificateinfo.ui \
|
|
sslclient.ui \
|
|
sslerrors.ui
|
|
QT += network widgets
|
|
requires(qtConfig(listwidget))
|
|
requires(qtConfig(combobox))
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/securesocketclient
|
|
INSTALLS += target
|
|
|