mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -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
|
||||
|
||||
libresapilocalserver {
|
||||
CONFIG *= qt
|
||||
QT *= network
|
||||
SOURCES *= api/ApiServerLocal.cpp
|
||||
HEADERS *= api/ApiServerLocal.h
|
||||
}
|
||||
|
|
|
@ -10,6 +10,11 @@ sLibs =
|
|||
mLibs =
|
||||
dLibs =
|
||||
|
||||
libresapilocalserver {
|
||||
CONFIG *= qt
|
||||
QT *= network
|
||||
}
|
||||
|
||||
libresapihttpserver {
|
||||
mLibs *= microhttpd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue