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

HEADERS       = client.h
SOURCES       = client.cpp \
                main.cpp
QT           += network

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