bigbigmdm / CH341a_spi_programmer

QT5 programmer software for the readind/writing SPI NOR FLASH use the CH341a device.
GNU General Public License v3.0
19 stars 7 forks source link

Requirements does not mention Qt5 dev libraries #1

Open Jutulind opened 1 month ago

Jutulind commented 1 month ago

OS Ubuntu-like 22.04 (PopOS)

Error I got:

CMake Error at CMakeLists.txt:19 (find_package):
  By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5" with any of
  the following names:

    Qt5Config.cmake
    qt5-config.cmake

  Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
  to a directory containing one of the above files.  If "Qt5" provides a
  separate development package or SDK, be sure it has been installed.

Solution I used:

sudo apt install qtbase5-dev qtdeclarative5-dev

bigbigmdm commented 1 month ago

@Jutulind , please tesiing again my last CH341A project: IMSProg.