blob: 6cf04a8b629d393b070e85967c0828f1a60de9e8 [file] [log] [blame]
QT += network widgets
requires(qtConfig(combobox))
HEADERS = client.h
SOURCES = client.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
INSTALLS += target