summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorMikhail Svetkin <mikhail.svetkin@qt.io>2018-10-30 16:23:23 +0100
committerMikhail Svetkin <mikhail.svetkin@qt.io>2019-01-25 11:49:44 +0000
commit540daf882faa0e6ac2030835042445a598ca1e74 (patch)
tree580fbfd3c4cc03dd82a549cc8a60b99721501c92 /examples/examples.pro
parenta8565567840b23013d5ae1b41159986fe481a0f0 (diff)
Introduce QHttpServer
QHttpServer provides a simplified interface to QAbstractHttpServer and QHttpServerRouter. Change-Id: I884204aa8140bbab4c0d6a8ab4c798e0b2470e29 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
new file mode 100644
index 0000000..68d9ed3
--- /dev/null
+++ b/examples/examples.pro
@@ -0,0 +1,4 @@
+TEMPLATE = subdirs
+
+SUBDIRS = \
+ httpserver