2018-04-15 07:41:52 -04:00
|
|
|
DEPENDPATH *= $$system_path($$clean_path($$PWD/../../libresapi/src))
|
|
|
|
INCLUDEPATH *= $$system_path($$clean_path($${PWD}/../../libresapi/src))
|
|
|
|
LIBS *= -L$$system_path($$clean_path($${OUT_PWD}/../../libresapi/src/lib/)) -lresapi
|
|
|
|
|
|
|
|
!equals(TARGET, resapi):PRE_TARGETDEPS *= $$system_path($$clean_path($${OUT_PWD}/../../libresapi/src/lib/libresapi.a))
|
|
|
|
|
|
|
|
!include("../../libretroshare/src/use_libretroshare.pri"):error("Including")
|
|
|
|
|
|
|
|
sLibs =
|
|
|
|
mLibs =
|
|
|
|
dLibs =
|
|
|
|
|
2018-06-07 08:59:00 -04:00
|
|
|
libresapilocalserver {
|
|
|
|
CONFIG *= qt
|
|
|
|
QT *= network
|
|
|
|
}
|
|
|
|
|
2018-04-15 07:41:52 -04:00
|
|
|
libresapihttpserver {
|
|
|
|
mLibs *= microhttpd
|
|
|
|
}
|
|
|
|
|
|
|
|
static {
|
|
|
|
sLibs *= $$mLibs
|
|
|
|
} else {
|
|
|
|
dLibs *= $$mLibs
|
|
|
|
}
|
|
|
|
|
|
|
|
LIBS += $$linkStaticLibs(sLibs)
|
|
|
|
PRE_TARGETDEPS += $$pretargetStaticLibs(sLibs)
|
|
|
|
|
|
|
|
LIBS += $$linkDynamicLibs(dLibs)
|
|
|
|
|