qwertycoin-org / qwertycoin-gui

Qwertycoin Desktop GUI wallet source code repository.
https://releases.qwertycoin.org
MIT License
12 stars 10 forks source link

Could not find a package "Qt5LinguistTools" #18

Open nnian opened 5 years ago

nnian commented 5 years ago

On a fresh new Windows System:

CMake Error at C:/.hunter/_Base/install/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5LinguistTools"
  with any of the following names:

    Qt5LinguistToolsConfig.cmake
    qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  cmake/external/Qt5.cmake:20 (find_package)
  CMakeLists.txt:102 (include)

-- Configuring incomplete, errors occurred!