Import civetweb ans jsoncpp
This commit is contained in:
22
3P/civetweb/Qt/CivetWeb.pro
Normal file
22
3P/civetweb/Qt/CivetWeb.pro
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
22
3P/civetweb/Qt/Qt/CivetWeb.pro
Normal file
22
3P/civetweb/Qt/Qt/CivetWeb.pro
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user