blob: bfc206bc7d3b412c5260fda90f9be54a337ae06a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from oauthhttpserverreplyhandler.pro.
#####################################################################
## tst_oauthhttpserverreplyhandler Test:
#####################################################################
qt_internal_add_test(tst_oauthhttpserverreplyhandler
SOURCES
../shared/webserver.h ../shared/webserver.cpp
tst_oauthhttpserverreplyhandler.cpp
INCLUDE_DIRECTORIES
../shared
LIBRARIES
Qt::CorePrivate
Qt::Network
Qt::NetworkAuth
)
#### Keys ignored in scope 1:.:.:oauthhttpserverreplyhandler.pro:<TRUE>:
# TEMPLATE = "app"
|