|
|
@ -1,4 +1,4 @@ |
|
|
|
cmake_policy(SET CMP0015 OLD) |
|
|
|
#cmake_policy(SET CMP0015 OLD) |
|
|
|
#set(CMAKE_AUTOMOC OFF) |
|
|
|
|
|
|
|
set(CMAKE_INCLUDE_CURRENT_DIR ON) |
|
|
@ -37,7 +37,9 @@ endif () |
|
|
|
|
|
|
|
qt5_use_modules(${EXECUTABLE} Core) |
|
|
|
target_link_libraries(${EXECUTABLE} ${JSONCPP_LIBRARIES}) |
|
|
|
target_link_libraries(${EXECUTABLE} ${LEVELDB_LIBRARY}) |
|
|
|
#target_link_libraries(${EXECUTABLE} ${LEVELDB_LIBRARY}) |
|
|
|
#target_link_libraries(${EXECUTABLE} ${JSON_RPC_CPP_COMMON_LIBRARY}) |
|
|
|
#target_link_libraries(${EXECUTABLE} ${JSON_RPC_CPP_SERVER_LIBRARY}) |
|
|
|
target_link_libraries(${EXECUTABLE} webthree) |
|
|
|
target_link_libraries(${EXECUTABLE} qethereum) |
|
|
|
target_link_libraries(${EXECUTABLE} ethereum) |
|
|
|