aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/httpserver/CMakeLists.txt
blob: 61707e145d7499f28ea03499b718efeb6da965a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from httpserver.pro.

#####################################################################
## httpserver Binary:
#####################################################################

add_qt_executable(httpserver
    SOURCES
        ../../auto/shared/testhttpserver.cpp ../../auto/shared/testhttpserver.h
        main.cpp
    INCLUDE_DIRECTORIES
        ../../auto/shared
    PUBLIC_LIBRARIES
        Qt::Network
)

#### Keys ignored in scope 1:.:.:httpserver.pro:<TRUE>:
# CONFIG = "console" "-app_bundle"
# TEMPLATE = "app"