1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00
Files
libhttp/Qt/CivetWeb.pro
2015-04-25 20:42:03 +02:00

23 lines
362 B
Prolog

TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += \
../src/md5.inl \
../src/mod_lua.inl \
../src/timer.inl \
../src/civetweb.c \
../src/main.c
include(deployment.pri)
qtcAddDeployment()
HEADERS += \
../include/civetweb.h
INCLUDEPATH += \
../include/
LIBS += -lws2_32 -lComdlg32