source: trunk/examples/network/threadedfortuneserver/threadedfortuneserver.pro@ 579

Last change on this file since 579 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 565 bytes
Line 
1HEADERS = dialog.h \
2 fortuneserver.h \
3 fortunethread.h
4SOURCES = dialog.cpp \
5 fortuneserver.cpp \
6 fortunethread.cpp \
7 main.cpp
8QT += network
9
10# install
11target.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver
12sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threadedfortuneserver.pro
13sources.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver
14INSTALLS += target sources
15
16symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.