How to find the Qt5 CMake module on Windows

后端 未结 6 550
独厮守ぢ
独厮守ぢ 2020-12-10 23:03

I\'m trying to make a very basic Qt5 application using CMake on Windows. I used the documentation of Qt5 to use CMake, and my main.cpp file just contains a

6条回答
  •  感情败类
    2020-12-10 23:30

    You should set the CMAKE_PREFIX_PATH environment variable instead or use the cmake-gui to set the path to the Qt 5 packages.

提交回复
热议问题