Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions

network-chat.pro Example File
network/network-chat/network-chat.pro

 HEADERS       = chatdialog.h \
                 client.h \
                 connection.h \
                 peermanager.h \
                 server.h
 SOURCES       = chatdialog.cpp \
                 client.cpp \
                 connection.cpp \
                 main.cpp \
                 peermanager.cpp \
                 server.cpp
 FORMS         = chatdialog.ui
 QT           += network

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/network/chat
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network-chat.pro *.chat
 sources.path = $$[QT_INSTALL_EXAMPLES]/network/chat
 INSTALLS += target sources


Copyright © 2008 Nokia Trademarks
Qt 4.4.3