summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneclient/fortuneclient.pro
blob: 8b376d9c5364a49cbb226b0d69ed48462c90b097 (plain)
1
2
3
4
5
6
7
8
9
QT += network widgets

HEADERS       = client.h
SOURCES       = client.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
INSTALLS += target