summaryrefslogtreecommitdiffstats
path: root/examples/httpserver/simple/simple.pro
blob: 4861322706ef39e8a24527f793c587fcfe76a213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
requires(qtHaveModule(httpserver))

TEMPLATE = app

QT += httpserver

SOURCES += \
    main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/httpserver/simple
INSTALLS += target

RESOURCES += \
    assets.qrc

CONFIG += cmdline