Browse Source

Kill QQuick deps.

cl-refactor
Gav Wood 11 years ago
parent
commit
645497a82a
  1. 2
      alethzero/CMakeLists.txt

2
alethzero/CMakeLists.txt

@ -49,7 +49,7 @@ else ()
add_executable(${EXECUTEABLE} Main.ui ${SRC_LIST})
endif ()
qt5_use_modules(${EXECUTEABLE} Core Gui Widgets Network Qml Quick)
qt5_use_modules(${EXECUTEABLE} Core Gui Widgets Network)
target_link_libraries(${EXECUTEABLE} ethereum secp256k1 ${CRYPTOPP_LIBRARIES})
if (APPLE)

Loading…
Cancel
Save