mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
libresapi improve qmake optional builds
This commit is contained in:
parent
3eff851cdb
commit
e81b81dff1
2 changed files with 5 additions and 2 deletions
|
@ -16,8 +16,6 @@ INCLUDEPATH += ../../rapidjson-1.1.0
|
||||||
INCLUDEPATH += ../../libretroshare/src
|
INCLUDEPATH += ../../libretroshare/src
|
||||||
|
|
||||||
libresapilocalserver {
|
libresapilocalserver {
|
||||||
CONFIG *= qt
|
|
||||||
QT *= network
|
|
||||||
SOURCES *= api/ApiServerLocal.cpp
|
SOURCES *= api/ApiServerLocal.cpp
|
||||||
HEADERS *= api/ApiServerLocal.h
|
HEADERS *= api/ApiServerLocal.h
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,11 @@ sLibs =
|
||||||
mLibs =
|
mLibs =
|
||||||
dLibs =
|
dLibs =
|
||||||
|
|
||||||
|
libresapilocalserver {
|
||||||
|
CONFIG *= qt
|
||||||
|
QT *= network
|
||||||
|
}
|
||||||
|
|
||||||
libresapihttpserver {
|
libresapihttpserver {
|
||||||
mLibs *= microhttpd
|
mLibs *= microhttpd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue