aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/simplechat/simplechat.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-05-12 17:00:58 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-05-12 17:10:56 +0200
commit64086151e455a71c9c3ab494c55133bbcb7878f4 (patch)
tree44a2ba6ad9b941c3c37074901b5d75411b3b6ce2 /examples/websockets/simplechat/simplechat.pro
parent7e33da9915f4f68381d24fb859aa621cbe9ca6fd (diff)
Avoid exe name conflict
We have other examples using a 'chatserver' executable Change-Id: Ibcea3ccbf4ce6b14753acbc04a743670468344ca Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'examples/websockets/simplechat/simplechat.pro')
-rw-r--r--examples/websockets/simplechat/simplechat.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websockets/simplechat/simplechat.pro b/examples/websockets/simplechat/simplechat.pro
index 235ccc0..3c18709 100644
--- a/examples/websockets/simplechat/simplechat.pro
+++ b/examples/websockets/simplechat/simplechat.pro
@@ -1,6 +1,6 @@
QT = websockets
-TARGET = chatserver
+TARGET = simplechatserver
CONFIG += console
CONFIG -= app_bundle