summaryrefslogtreecommitdiffstats
path: root/examples/network/network-chat/network-chat.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/network-chat/network-chat.pro')
-rw-r--r--examples/network/network-chat/network-chat.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/network-chat/network-chat.pro b/examples/network/network-chat/network-chat.pro
index 2e3cbbc489..626a710949 100644
--- a/examples/network/network-chat/network-chat.pro
+++ b/examples/network/network-chat/network-chat.pro
@@ -11,6 +11,7 @@ SOURCES = chatdialog.cpp \
server.cpp
FORMS = chatdialog.ui
QT += network widgets
+DEFINES += QT_USE_QSTRINGBUILDER
requires(qtConfig(udpsocket))
requires(qtConfig(listwidget))