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

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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/fortuneclient
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fortuneclient.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/fortuneclient
INSTALLS += target sources