blob: 2538701b94a5fb21be15e06bdac7664255898433 [file] [log] [blame]
QT += network widgets
HEADERS = dialog.h \
fortuneserver.h \
fortunethread.h
SOURCES = dialog.cpp \
fortuneserver.cpp \
fortunethread.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver
INSTALLS += target