summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2019-06-28 10:56:25 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2019-07-08 09:54:03 +0000
commitec8a569b68179c193ee2af3f91b612d5be81a355 (patch)
treec47afcd9560811eec751a1977b7a5ab4314b8196
parentfc7908e628072c8d06aa4519add8a10d990ac76d (diff)
Example: add 'cmdline' to CONFIG
So it doesn't detach from command line on Windows, and doesn't generate app bundles on macOS. Change-Id: I0449b1224b9c01f2f040ac98508732f9d280ee3b Reviewed-by: Tasuku Suzuki <tasuku.suzuki@qbc.io> Reviewed-by: Mikhail Svetkin <mikhail.svetkin@gmail.com>
-rw-r--r--examples/httpserver/simple/simple.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/httpserver/simple/simple.pro b/examples/httpserver/simple/simple.pro
index a4ba393..4861322 100644
--- a/examples/httpserver/simple/simple.pro
+++ b/examples/httpserver/simple/simple.pro
@@ -12,3 +12,5 @@ INSTALLS += target
RESOURCES += \
assets.qrc
+
+CONFIG += cmdline