source: trunk/examples/network/network-chat/network-chat.pro@ 16

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

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

File size: 620 bytes
Line 
1HEADERS = chatdialog.h \
2 client.h \
3 connection.h \
4 peermanager.h \
5 server.h
6SOURCES = chatdialog.cpp \
7 client.cpp \
8 connection.cpp \
9 main.cpp \
10 peermanager.cpp \
11 server.cpp
12FORMS = chatdialog.ui
13QT += network
14
15# install
16target.path = $$[QT_INSTALL_EXAMPLES]/network/network-chat
17sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network-chat.pro *.chat
18sources.path = $$[QT_INSTALL_EXAMPLES]/network/network-chat
19INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.