source: trunk/examples/dbus/dbus-chat/dbus-chat.pro@ 983

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

trunk: Merged in qt 4.6.1 sources.

File size: 588 bytes
Line 
1TEMPLATE = app
2TARGET =
3DEPENDPATH += .
4INCLUDEPATH += .
5CONFIG += qdbus
6
7# Input
8HEADERS += chat.h chat_adaptor.h chat_interface.h
9SOURCES += chat.cpp chat_adaptor.cpp chat_interface.cpp
10FORMS += chatmainwindow.ui chatsetnickname.ui
11
12#DBUS_ADAPTORS += com.trolltech.chat.xml
13#DBUS_INTERFACES += com.trolltech.chat.xml
14
15# install
16target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
17sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
18sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
19INSTALLS += target sources
20
21symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.