summaryrefslogtreecommitdiffstats
path: root/examples/httpserver/simple/simple.pro
blob: a914e32a3c0e4e7e58b4eaabb997b61ce33a80e5 (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