How to find the Qt5 CMake module on Windows

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

    You need just add Qt path to Windows %PATH% variable. As suggested in official documentation: http://doc.qt.io/qt-4.8/install-win.html#step-3-set-the-environment-variables

提交回复
热议问题