summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus-chat/dbus-chat.pro
blob: ede96bb8b68f3bdbe7b244cf34d368e2f06071d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += dbus widgets

HEADERS += chat.h
SOURCES += chat.cpp
FORMS += chatmainwindow.ui chatsetnickname.ui

DBUS_ADAPTORS += org.example.chat.xml
DBUS_INTERFACES += org.example.chat.xml

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

simulator: warning(This example does not work on Simulator platform)