mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-12 22:05:23 -04:00
Windows build: added missing httpserver
This commit is contained in:
parent
91903dc87e
commit
4e6654e4b4
@ -10,6 +10,7 @@ TEMPLATE = lib
|
|||||||
TARGET = httpserver
|
TARGET = httpserver
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
|
|
||||||
CONFIG(Release):build_subdir = release
|
CONFIG(Release):build_subdir = release
|
||||||
CONFIG(Debug):build_subdir = debug
|
CONFIG(Debug):build_subdir = debug
|
||||||
|
@ -21,6 +21,7 @@ SUBDIRS += libiio
|
|||||||
SUBDIRS += devices
|
SUBDIRS += devices
|
||||||
SUBDIRS += mbelib
|
SUBDIRS += mbelib
|
||||||
SUBDIRS += dsdcc
|
SUBDIRS += dsdcc
|
||||||
|
SUBDIRS += httpserver
|
||||||
CONFIG(MINGW64)SUBDIRS += cm256cc
|
CONFIG(MINGW64)SUBDIRS += cm256cc
|
||||||
SUBDIRS += plugins/samplesource/filesource
|
SUBDIRS += plugins/samplesource/filesource
|
||||||
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemonsource
|
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemonsource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user