summaryrefslogtreecommitdiffstats
path: root/examples/dbus/chat/chat.pro
blob: 93d3178177dd74de5c97dfe7b8749e1d785510a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

CONFIG += no_batch  # work around QTBUG-96513

# install
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
INSTALLS += target