qt5base-lts/examples/network/securesocketclient/securesocketclient.pro
David Boddie 0748751c9f Squashed commit of the changes from the mobile-examples repository
(4.7-generated-declarative branch).
2011-05-23 14:24:07 +02:00

25 lines
690 B
Prolog

HEADERS += certificateinfo.h \
sslclient.h
SOURCES += certificateinfo.cpp \
main.cpp \
sslclient.cpp
RESOURCES += securesocketclient.qrc
FORMS += certificateinfo.ui \
sslclient.ui \
sslerrors.ui
QT += network
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/securesocketclient
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.jpg images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/securesocketclient
INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000CF67
CONFIG += qt_example
TARGET.CAPABILITY = NetworkServices
}
maemo5: CONFIG += qt_example