mirror of
https://github.com/QuasarApp/qthttpserver.git
synced 2025-05-17 20:09:38 +00:00
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>
6 lines
120 B
Prolog
6 lines
120 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhttpserver
|
|
SOURCES += tst_qhttpserver.cpp
|
|
|
|
QT = httpserver httpserver-private testlib
|