aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/simplechat
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2018-08-16 14:17:14 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2018-08-17 11:01:11 +0000
commit790586e42920a4cbf10bb808aa1b716247628cc4 (patch)
treea789809cc53bb87bbfc658b4e10963a468f978cc /examples/websockets/simplechat
parent39a0e9bb5a3e87522bfe4a3107560fd6ef7632b4 (diff)
Remove redundant options and a stray define
Change-Id: Ic7ce11f1631197e6ee019b66c0d7ec56590c5ab5 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'examples/websockets/simplechat')
-rw-r--r--examples/websockets/simplechat/simplechat.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/websockets/simplechat/simplechat.pro b/examples/websockets/simplechat/simplechat.pro
index df6f248..235ccc0 100644
--- a/examples/websockets/simplechat/simplechat.pro
+++ b/examples/websockets/simplechat/simplechat.pro
@@ -1,5 +1,4 @@
-QT += core websockets
-QT -= gui
+QT = websockets
TARGET = chatserver
CONFIG += console