mirror of
https://github.com/QuasarApp/qthttpserver.git
synced 2025-05-01 12:29:33 +00:00
This is a shortcut for static file contents. Change-Id: I54d97c60822e661c1405f27ea8d4598f0363b144 Reviewed-by: Mikhail Svetkin <mikhail.svetkin@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
8 lines
139 B
Prolog
8 lines
139 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhttpserver
|
|
SOURCES += tst_qhttpserver.cpp
|
|
|
|
QT = httpserver httpserver-private testlib
|
|
|
|
TESTDATA += data/
|