summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpserverresponse/qhttpserverresponse.pro
diff options
context:
space:
mode:
authorMikhail Svetkin <mikhail.svetkin@gmail.com>2019-07-21 12:27:36 +0200
committerMikhail Svetkin <mikhail.svetkin@gmail.com>2019-08-21 22:07:26 +0200
commitf46cb8832f19a0a40cb9fb55a5a86d821daa962a (patch)
tree43e780a408a08607fe62ec4edb291c8e0f42d744 /tests/auto/qhttpserverresponse/qhttpserverresponse.pro
parent03f911fd0a4bb2768835fe16b9bef0893ccc25b9 (diff)
Add QHttpServerLiterals
Currently we have a lot of duplication of most common HTTP headers and their values. This patch moves them to one place. Change-Id: Idf9ddc5164e81649b4cc37ed92a516eb1eedab3a Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Tasuku Suzuki <tasuku.suzuki@qbc.io>
Diffstat (limited to 'tests/auto/qhttpserverresponse/qhttpserverresponse.pro')
-rw-r--r--tests/auto/qhttpserverresponse/qhttpserverresponse.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhttpserverresponse/qhttpserverresponse.pro b/tests/auto/qhttpserverresponse/qhttpserverresponse.pro
index dc0b359..97ac43e 100644
--- a/tests/auto/qhttpserverresponse/qhttpserverresponse.pro
+++ b/tests/auto/qhttpserverresponse/qhttpserverresponse.pro
@@ -2,6 +2,6 @@ CONFIG += testcase
TARGET = tst_qhttpserverresponse
SOURCES += tst_qhttpserverresponse.cpp
-QT = httpserver testlib
+QT = httpserver httpserver-private testlib
TESTDATA += data/