1
0
Fork 0
forked from lthn/blockchain

Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
cryptozoidberg
0259649591
removed unused signal 2022-04-14 20:44:27 +02:00
cryptozoidberg
2b2ee25bb7
Removed epee from tor lib, moved boost minimal version to 1.70 2022-04-14 19:16:25 +02:00
cryptozoidberg
f201fbf285
tor: moved to latest 2022-04-14 18:08:33 +02:00
3 changed files with 2 additions and 6 deletions

View file

@ -57,9 +57,6 @@ endif()
set(USE_PCH FALSE CACHE BOOL "Use shared precompiled headers")
get_filename_component(EPEE_INCLUDE_PATH_FOR_SUBMODULES contrib/epee/include ABSOLUTE )
message("Epee absolute path set to: ${EPEE_INCLUDE_PATH_FOR_SUBMODULES}")
include_directories(src contrib/eos_portable_archive contrib contrib/epee/include "${CMAKE_BINARY_DIR}/version" "${CMAKE_BINARY_DIR}/contrib/zlib")
add_definitions(-DSTATICLIB)
@ -200,7 +197,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Android")
set(Boost_LIBRARY_DIRS "${Boost_LIBRARY_DIRS}/${CMAKE_ANDROID_ARCH_ABI}/")
set(Boost_LIBRARIES "${Boost_LIBRARY_DIRS}libboost_system.a;${Boost_LIBRARY_DIRS}libboost_filesystem.a;${Boost_LIBRARY_DIRS}libboost_thread.a;${Boost_LIBRARY_DIRS}libboost_timer.a;${Boost_LIBRARY_DIRS}libboost_date_time.a;${Boost_LIBRARY_DIRS}libboost_chrono.a;${Boost_LIBRARY_DIRS}libboost_regex.a;${Boost_LIBRARY_DIRS}libboost_serialization.a;${Boost_LIBRARY_DIRS}libboost_atomic.a;${Boost_LIBRARY_DIRS}libboost_program_options.a")
else()
find_package(Boost 1.55 REQUIRED COMPONENTS system filesystem thread timer date_time chrono regex serialization atomic program_options locale)
find_package(Boost 1.70 REQUIRED COMPONENTS system filesystem thread timer date_time chrono regex serialization atomic program_options locale)
endif()

@ -1 +1 @@
Subproject commit 58540ee7490f97a61139386f73f73331105df63d
Subproject commit aa509880f06292ac8078046f3d49ff854e400716

View file

@ -196,7 +196,6 @@ signals:
void do_dispatch(const QString status, const QString params); //general function
void on_core_event(const QString method_name); //general function
void set_options(const QString str); //general function
void get_wallet_name();
void handle_deeplink_click(const QString str);
void handle_current_action_state(const QString str);