qt5base-lts/examples/dbus/chat/chat.pro
Ievgenii Meshcheriakov 8b48657590 chat example: Use QInputDialog to get a user nickname
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>
2023-02-27 15:55:07 +01:00

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