summaryrefslogtreecommitdiffstats
path: root/examples/dbus/chat/chat.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/chat/chat.pro')
-rw-r--r--examples/dbus/chat/chat.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/dbus/chat/chat.pro b/examples/dbus/chat/chat.pro
index 631a876954..93d3178177 100644
--- a/examples/dbus/chat/chat.pro
+++ b/examples/dbus/chat/chat.pro
@@ -7,6 +7,8 @@ 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