How to find the Qt5 CMake module on Windows

后端 未结 6 604
独厮守ぢ
独厮守ぢ 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:45

    One way is to open the CMakeLists.txt in Qt Creator. Qt Creator supports CMake natively and it always knows where Qt is.

提交回复
热议问题