mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-11 21:35:21 -04:00
Windows build: added missing httpserver
This commit is contained in:
parent
91903dc87e
commit
4e6654e4b4
@ -1,45 +1,46 @@
|
|||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Pro file for Android and Windows builds with Qt Creator
|
# Pro file for Android and Windows builds with Qt Creator
|
||||||
#
|
#
|
||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
|
|
||||||
QT += core network
|
QT += core network
|
||||||
|
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = httpserver
|
TARGET = httpserver
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
CONFIG(Release):build_subdir = release
|
|
||||||
CONFIG(Debug):build_subdir = debug
|
CONFIG(Release):build_subdir = release
|
||||||
|
CONFIG(Debug):build_subdir = debug
|
||||||
# Enable very detailed debug messages when compiling the debug version
|
|
||||||
CONFIG(debug, debug|release) {
|
# Enable very detailed debug messages when compiling the debug version
|
||||||
DEFINES += SUPERVERBOSE
|
CONFIG(debug, debug|release) {
|
||||||
}
|
DEFINES += SUPERVERBOSE
|
||||||
|
}
|
||||||
HEADERS += $$PWD/httpglobal.h \
|
|
||||||
$$PWD/httplistener.h \
|
HEADERS += $$PWD/httpglobal.h \
|
||||||
$$PWD/httpconnectionhandler.h \
|
$$PWD/httplistener.h \
|
||||||
$$PWD/httpconnectionhandlerpool.h \
|
$$PWD/httpconnectionhandler.h \
|
||||||
$$PWD/httprequest.h \
|
$$PWD/httpconnectionhandlerpool.h \
|
||||||
$$PWD/httpresponse.h \
|
$$PWD/httprequest.h \
|
||||||
$$PWD/httpcookie.h \
|
$$PWD/httpresponse.h \
|
||||||
$$PWD/httprequesthandler.h \
|
$$PWD/httpcookie.h \
|
||||||
$$PWD/httpsession.h \
|
$$PWD/httprequesthandler.h \
|
||||||
$$PWD/httpsessionstore.h \
|
$$PWD/httpsession.h \
|
||||||
$$PWD/staticfilecontroller.h
|
$$PWD/httpsessionstore.h \
|
||||||
|
$$PWD/staticfilecontroller.h
|
||||||
SOURCES += $$PWD/httpglobal.cpp \
|
|
||||||
$$PWD/httplistener.cpp \
|
SOURCES += $$PWD/httpglobal.cpp \
|
||||||
$$PWD/httpconnectionhandler.cpp \
|
$$PWD/httplistener.cpp \
|
||||||
$$PWD/httpconnectionhandlerpool.cpp \
|
$$PWD/httpconnectionhandler.cpp \
|
||||||
$$PWD/httprequest.cpp \
|
$$PWD/httpconnectionhandlerpool.cpp \
|
||||||
$$PWD/httpresponse.cpp \
|
$$PWD/httprequest.cpp \
|
||||||
$$PWD/httpcookie.cpp \
|
$$PWD/httpresponse.cpp \
|
||||||
$$PWD/httprequesthandler.cpp \
|
$$PWD/httpcookie.cpp \
|
||||||
$$PWD/httpsession.cpp \
|
$$PWD/httprequesthandler.cpp \
|
||||||
$$PWD/httpsessionstore.cpp \
|
$$PWD/httpsession.cpp \
|
||||||
$$PWD/staticfilecontroller.cpp
|
$$PWD/httpsessionstore.cpp \
|
||||||
|
$$PWD/staticfilecontroller.cpp
|
||||||
|
|
||||||
|
@ -1,59 +1,60 @@
|
|||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Pro file for Android and Windows builds with Qt Creator
|
# Pro file for Android and Windows builds with Qt Creator
|
||||||
#
|
#
|
||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
SUBDIRS = serialdv
|
SUBDIRS = serialdv
|
||||||
SUBDIRS += sdrbase
|
SUBDIRS += sdrbase
|
||||||
CONFIG(MINGW64)SUBDIRS += nanomsg
|
CONFIG(MINGW64)SUBDIRS += nanomsg
|
||||||
SUBDIRS += fcdhid
|
SUBDIRS += fcdhid
|
||||||
SUBDIRS += fcdlib
|
SUBDIRS += fcdlib
|
||||||
SUBDIRS += librtlsdr
|
SUBDIRS += librtlsdr
|
||||||
SUBDIRS += libhackrf
|
SUBDIRS += libhackrf
|
||||||
SUBDIRS += libairspy
|
SUBDIRS += libairspy
|
||||||
SUBDIRS += libbladerf
|
SUBDIRS += libbladerf
|
||||||
SUBDIRS += libsqlite3
|
SUBDIRS += libsqlite3
|
||||||
SUBDIRS += liblimesuite
|
SUBDIRS += liblimesuite
|
||||||
SUBDIRS += libiio
|
SUBDIRS += libiio
|
||||||
SUBDIRS += devices
|
SUBDIRS += devices
|
||||||
SUBDIRS += mbelib
|
SUBDIRS += mbelib
|
||||||
SUBDIRS += dsdcc
|
SUBDIRS += dsdcc
|
||||||
CONFIG(MINGW64)SUBDIRS += cm256cc
|
SUBDIRS += httpserver
|
||||||
SUBDIRS += plugins/samplesource/filesource
|
CONFIG(MINGW64)SUBDIRS += cm256cc
|
||||||
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemonsource
|
SUBDIRS += plugins/samplesource/filesource
|
||||||
SUBDIRS += plugins/samplesource/rtlsdr
|
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemonsource
|
||||||
SUBDIRS += plugins/samplesource/hackrfinput
|
SUBDIRS += plugins/samplesource/rtlsdr
|
||||||
SUBDIRS += plugins/samplesource/airspy
|
SUBDIRS += plugins/samplesource/hackrfinput
|
||||||
SUBDIRS += plugins/samplesource/bladerfinput
|
SUBDIRS += plugins/samplesource/airspy
|
||||||
SUBDIRS += plugins/samplesource/limesdrinput
|
SUBDIRS += plugins/samplesource/bladerfinput
|
||||||
SUBDIRS += plugins/samplesource/plutosdrinput
|
SUBDIRS += plugins/samplesource/limesdrinput
|
||||||
SUBDIRS += plugins/samplesink/filesink
|
SUBDIRS += plugins/samplesource/plutosdrinput
|
||||||
SUBDIRS += plugins/samplesink/bladerfoutput
|
SUBDIRS += plugins/samplesink/filesink
|
||||||
SUBDIRS += plugins/samplesink/hackrfoutput
|
SUBDIRS += plugins/samplesink/bladerfoutput
|
||||||
SUBDIRS += plugins/samplesink/limesdroutput
|
SUBDIRS += plugins/samplesink/hackrfoutput
|
||||||
SUBDIRS += plugins/samplesink/plutosdroutput
|
SUBDIRS += plugins/samplesink/limesdroutput
|
||||||
SUBDIRS += plugins/channelrx/chanalyzer
|
SUBDIRS += plugins/samplesink/plutosdroutput
|
||||||
SUBDIRS += plugins/channelrx/chanalyzerng
|
SUBDIRS += plugins/channelrx/chanalyzer
|
||||||
SUBDIRS += plugins/channelrx/demodam
|
SUBDIRS += plugins/channelrx/chanalyzerng
|
||||||
SUBDIRS += plugins/channelrx/demodatv
|
SUBDIRS += plugins/channelrx/demodam
|
||||||
SUBDIRS += plugins/channelrx/demodbfm
|
SUBDIRS += plugins/channelrx/demodatv
|
||||||
SUBDIRS += plugins/channelrx/demoddsd
|
SUBDIRS += plugins/channelrx/demodbfm
|
||||||
SUBDIRS += plugins/channelrx/demodlora
|
SUBDIRS += plugins/channelrx/demoddsd
|
||||||
SUBDIRS += plugins/channelrx/demodnfm
|
SUBDIRS += plugins/channelrx/demodlora
|
||||||
SUBDIRS += plugins/channelrx/demodssb
|
SUBDIRS += plugins/channelrx/demodnfm
|
||||||
SUBDIRS += plugins/channelrx/demodwfm
|
SUBDIRS += plugins/channelrx/demodssb
|
||||||
SUBDIRS += plugins/channelrx/tcpsrc
|
SUBDIRS += plugins/channelrx/demodwfm
|
||||||
SUBDIRS += plugins/channelrx/udpsrc
|
SUBDIRS += plugins/channelrx/tcpsrc
|
||||||
SUBDIRS += plugins/channeltx/modam
|
SUBDIRS += plugins/channelrx/udpsrc
|
||||||
CONFIG(macx)SUBDIRS += plugins/channeltx/modatv
|
SUBDIRS += plugins/channeltx/modam
|
||||||
SUBDIRS += plugins/channeltx/modnfm
|
CONFIG(macx)SUBDIRS += plugins/channeltx/modatv
|
||||||
SUBDIRS += plugins/channeltx/modssb
|
SUBDIRS += plugins/channeltx/modnfm
|
||||||
SUBDIRS += plugins/channeltx/modwfm
|
SUBDIRS += plugins/channeltx/modssb
|
||||||
SUBDIRS += plugins/channeltx/udpsink
|
SUBDIRS += plugins/channeltx/modwfm
|
||||||
|
SUBDIRS += plugins/channeltx/udpsink
|
||||||
# Main app must be last
|
|
||||||
CONFIG += ordered
|
# Main app must be last
|
||||||
SUBDIRS += app
|
CONFIG += ordered
|
||||||
|
SUBDIRS += app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user