localfortuneclient.pro Example File

localfortuneclient/localfortuneclient.pro
HEADERS       = client.h
SOURCES       = client.cpp \
                main.cpp
QT           += network widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneclient
INSTALLS += target