Skip to content

Commit

Permalink
Merge pull request #11 from Qwertycoin/devel
Browse files Browse the repository at this point in the history
Update CryptoNoteWrapper.cpp
  • Loading branch information
nnian authored Apr 22, 2019
2 parents a6178ec + e1d7310 commit ab0808c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/Qt5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ if(EXISTS "$ENV{Qt5_DIR}" AND IS_DIRECTORY "$ENV{Qt5_DIR}")
find_package(Qt5 REQUIRED COMPONENTS ${Qt5_COMPONENTS})
else()
message(STATUS "Qt5_DIR is not set. Using Hunter (package manager) to install Qt5.")
hunter_add_package(Qt COMPONENTS ${Qt5_COMPONENTS})
hunter_add_package(Qt)
find_package(Qt5 QUIET REQUIRED COMPONENTS ${Qt5_COMPONENTS})
endif()
1 change: 1 addition & 0 deletions src/CryptoNoteWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include "CryptoNoteWrapper.h"
#include "CryptoNoteCheckpoints.h"
#include "CryptoNoteCore/CryptoNoteBasicImpl.h"
#include "CryptoNoteCore/CryptoNoteFormatUtils.h"
#include "CryptoNoteCore/Currency.h"
Expand Down

0 comments on commit ab0808c

Please sign in to comment.