8b48657590
This gets rid of a custom form. Also quit the application if user closes the input dialog without entering a nickname. Task-number: QTBUG-111366 Pick-to: 6.5 Change-Id: I56ed99d69d031e7ef06711fc7ec112311c974ca6 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
15 lines
289 B
Prolog
15 lines
289 B
Prolog
QT += dbus widgets
|
|
|
|
HEADERS += chat.h
|
|
SOURCES += chat.cpp
|
|
FORMS += chatmainwindow.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
|