feat add spdlog
Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 29s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 16s
sm-rpc / build (Debug, host.gcc) (push) Failing after 11s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 12s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 11s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 11s
sm-rpc / build (Release, host.gcc) (push) Failing after 12s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 16s
Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 29s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 16s
sm-rpc / build (Debug, host.gcc) (push) Failing after 11s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 12s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 11s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 11s
sm-rpc / build (Release, host.gcc) (push) Failing after 12s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 16s
This commit is contained in:
62
third_party/prometheus/3rdparty/civetweb/Qt/CivetWeb.pro
vendored
Normal file
62
third_party/prometheus/3rdparty/civetweb/Qt/CivetWeb.pro
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= qt
|
||||
|
||||
DEFINES += MG_EXPERIMENTAL_INTERFACES
|
||||
|
||||
SOURCES += \
|
||||
../src/md5.inl \
|
||||
../src/sha1.inl \
|
||||
../src/handle_form.inl \
|
||||
../src/mod_lua.inl \
|
||||
../src/mod_duktape.inl \
|
||||
../src/timer.inl \
|
||||
../src/civetweb.c \
|
||||
../src/main.c \
|
||||
../src/mod_zlib.inl \
|
||||
../src/mod_lua_shared.inl
|
||||
|
||||
#include(deployment.pri)
|
||||
#qtcAddDeployment()
|
||||
|
||||
HEADERS += \
|
||||
../include/civetweb.h
|
||||
|
||||
INCLUDEPATH += \
|
||||
../include/
|
||||
|
||||
win32 {
|
||||
LIBS += -lws2_32 -lComdlg32 -lUser32 -lShell32 -lAdvapi32
|
||||
} else {
|
||||
LIBS += -lpthread -ldl -lm
|
||||
}
|
||||
|
||||
|
||||
DEFINES += USE_IPV6
|
||||
DEFINES += USE_WEBSOCKET
|
||||
DEFINES += USE_SERVER_STATS
|
||||
|
||||
#To build with DEBUG traces:
|
||||
#
|
||||
#DEFINES += DEBUG
|
||||
|
||||
linux {
|
||||
INCLUDEPATH += \
|
||||
../src/third_party/ \
|
||||
../src/third_party/lua-5.2.4/src
|
||||
|
||||
DEFINES += USE_LUA
|
||||
DEFINES += USE_LUA_SHARED
|
||||
LIBS += -llua5.2
|
||||
|
||||
DEFINES += USE_ZLIB
|
||||
LIBS += -lz
|
||||
}
|
||||
|
||||
#To build with duktape support:
|
||||
#
|
||||
#INCLUDEPATH += \
|
||||
# ../src/third_party/duktape-1.8.0/src
|
||||
#
|
||||
#DEFINES += USE_DUKTAPE
|
Reference in New Issue
Block a user