Merge commit 'c992cb4e42cc223f67ede0e48d7ff3f4947af0c6' as 'test/compatibility/C/uWebSockets'
This commit is contained in:
41
test/compatibility/C/uWebSockets/misc/15.pro
Normal file
41
test/compatibility/C/uWebSockets/misc/15.pro
Normal file
@ -0,0 +1,41 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += console c++1z
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= qt
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
../uSockets/src/eventing/epoll.c \
|
||||
../uSockets/src/context.c \
|
||||
../uSockets/src/socket.c \
|
||||
../uSockets/src/eventing/libuv.c \
|
||||
../uSockets/src/ssl.c \
|
||||
../uSockets/src/loop.c
|
||||
|
||||
HEADERS += \
|
||||
../src/HttpRouter.h \
|
||||
../src/HttpParser.h \
|
||||
../src/libwshandshake.hpp \
|
||||
../src/WebSocketProtocol.h \
|
||||
../src/HttpContext.h \
|
||||
../src/HttpContextData.h \
|
||||
../src/HttpResponseData.h \
|
||||
../src/HttpResponse.h \
|
||||
../src/LoopData.h \
|
||||
../src/AsyncSocket.h \
|
||||
../src/AsyncSocketData.h \
|
||||
../src/Loop.h \
|
||||
../src/App.h \
|
||||
../src/Utilities.h \
|
||||
../src/WebSocket.h \
|
||||
../src/WebSocketData.h \
|
||||
../src/WebSocketContext.h \
|
||||
../src/WebSocketContextData.h \
|
||||
../src/WebSocketExtensions.h \
|
||||
../src/PerMessageDeflate.h \
|
||||
../src/TopicTree.h
|
||||
|
||||
INCLUDEPATH += ../uSockets/src ../src
|
||||
QMAKE_CXXFLAGS += -Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-parameter -fsanitize=address
|
||||
QMAKE_CFLAGS += -Wno-unused-parameter -Wno-unused-variable
|
||||
LIBS += -lasan -pthread -lssl -lcrypto -lz -lstdc++fs
|
Reference in New Issue
Block a user