2012-07-09 10:17:13 +00:00
|
|
|
QT += dbus widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2012-08-02 18:50:01 +00:00
|
|
|
HEADERS += chat.h
|
|
|
|
SOURCES += chat.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
FORMS += chatmainwindow.ui chatsetnickname.ui
|
|
|
|
|
2012-08-02 18:50:01 +00:00
|
|
|
DBUS_ADAPTORS += org.example.chat.xml
|
|
|
|
DBUS_INTERFACES += org.example.chat.xml
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2021-09-10 11:51:07 +00:00
|
|
|
CONFIG += no_batch # work around QTBUG-96513
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
# install
|
2012-11-26 13:04:31 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
|
2012-11-27 19:40:16 +00:00
|
|
|
INSTALLS += target
|