Windows build: added missing httpserver

This commit is contained in:
f4exb 2017-10-14 09:29:13 +02:00
parent 91903dc87e
commit 4e6654e4b4
2 changed files with 106 additions and 104 deletions

View File

@ -10,6 +10,7 @@ TEMPLATE = lib
TARGET = httpserver
INCLUDEPATH += $$PWD
QMAKE_CXXFLAGS += -std=c++11
CONFIG(Release):build_subdir = release
CONFIG(Debug):build_subdir = debug

View File

@ -21,6 +21,7 @@ SUBDIRS += libiio
SUBDIRS += devices
SUBDIRS += mbelib
SUBDIRS += dsdcc
SUBDIRS += httpserver
CONFIG(MINGW64)SUBDIRS += cm256cc
SUBDIRS += plugins/samplesource/filesource
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemonsource