source: trunk/examples/ipc/localfortuneserver/localfortuneserver.pro@ 268

Last change on this file since 268 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 345 bytes
Line 
1HEADERS = server.h
2SOURCES = server.cpp \
3 main.cpp
4QT += network
5
6# install
7target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
8sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneserver.pro
9sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
10INSTALLS += target sources
11
12
Note: See TracBrowser for help on using the repository browser.