summaryrefslogtreecommitdiffstats
path: root/examples/dbus/chat/chat.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-04-25 10:03:43 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-05-19 14:19:03 +0200
commitf7a815125a14f210cfde132bc7e6e61cf244bbbe (patch)
tree5dba6e1369a65dfae12c11863c8829360ab263c9 /examples/dbus/chat/chat.pro
parent3dbd47bb383bdbb840365c568a8f01f52b46d10f (diff)
Fix building the dbus examples in CI with qmake and MSVC
The usage of nmake inference rules leads to the wrong .cpp file being picked up by nmake/jom. See details in the linked issue. This partly cherry-picks fb656c036db0549180073e133773862d08f6cd24. Task-number: QTBUG-96513 Change-Id: I97494cf6f46bafe29b18c74af490218e66eb0cef Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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