| 
 localfortuneserver.pro Example Fileipc/localfortuneserver/localfortuneserver.pro HEADERS       = server.h
 SOURCES       = server.cpp \
                 main.cpp
 QT           += network widgets
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneserver.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
 INSTALLS += target sources
 simulator: warning(This example might not fully work on Simulator platform) |