mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
fixed compilation due to get_version not found in restbed
This commit is contained in:
parent
694e05d4b9
commit
f5d32a8a9c
@ -973,11 +973,12 @@ void AboutWidget::on_copy_button_clicked()
|
|||||||
verInfo+=addLibraries("libretroshare", libraries);
|
verInfo+=addLibraries("libretroshare", libraries);
|
||||||
|
|
||||||
#ifdef RS_JSONAPI
|
#ifdef RS_JSONAPI
|
||||||
/* Add version numbers of RetroShare */
|
// Disabled because I could not find how to get restbed version number
|
||||||
// Add versions here. Find a better place.
|
// /* Add version numbers of RetroShare */
|
||||||
libraries.clear();
|
// // Add versions here. Find a better place.
|
||||||
libraries.push_back(RsLibraryInfo("RestBed", restbed::get_version()));
|
// libraries.clear();
|
||||||
verInfo+=addLibraries("RetroShare", libraries);
|
// libraries.push_back(RsLibraryInfo("RestBed", restbed::get_version()));
|
||||||
|
// verInfo+=addLibraries("RetroShare", libraries);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Add version numbers of plugins */
|
/* Add version numbers of plugins */
|
||||||
|
Loading…
Reference in New Issue
Block a user