mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
Fix qmake double use_libretroshare.pri
This commit is contained in:
parent
aec68c2269
commit
a6e3273ecb
2 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,8 @@ libresapihttpserver {
|
||||||
HEADERS *= gui/settings/WebuiPage.h
|
HEADERS *= gui/settings/WebuiPage.h
|
||||||
SOURCES *= gui/settings/WebuiPage.cpp
|
SOURCES *= gui/settings/WebuiPage.cpp
|
||||||
FORMS *= gui/settings/WebuiPage.ui
|
FORMS *= gui/settings/WebuiPage.ui
|
||||||
|
} else {
|
||||||
|
!include("../../libretroshare/src/use_libretroshare.pri"):error("Including")
|
||||||
}
|
}
|
||||||
|
|
||||||
rs_jsonapi {
|
rs_jsonapi {
|
||||||
|
@ -23,7 +25,6 @@ rs_jsonapi {
|
||||||
FORMS *= gui/settings/JsonApiPage.ui
|
FORMS *= gui/settings/JsonApiPage.ui
|
||||||
}
|
}
|
||||||
|
|
||||||
!include("../../libretroshare/src/use_libretroshare.pri"):error("Including")
|
|
||||||
|
|
||||||
FORMS += TorControl/TorControlWindow.ui
|
FORMS += TorControl/TorControlWindow.ui
|
||||||
SOURCES += TorControl/TorControlWindow.cpp
|
SOURCES += TorControl/TorControlWindow.cpp
|
||||||
|
|
|
@ -12,9 +12,10 @@ libresapihttpserver {
|
||||||
|
|
||||||
HEADERS += TerminalApiClient.h
|
HEADERS += TerminalApiClient.h
|
||||||
SOURCES += TerminalApiClient.cpp
|
SOURCES += TerminalApiClient.cpp
|
||||||
|
} else {
|
||||||
|
!include("../../libretroshare/src/use_libretroshare.pri"):error("Including")
|
||||||
}
|
}
|
||||||
|
|
||||||
!include("../../libretroshare/src/use_libretroshare.pri"):error("Including")
|
|
||||||
|
|
||||||
|
|
||||||
################################# Linux ##########################################
|
################################# Linux ##########################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue