You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the title [-]HOWTO: Use Qt creator to Open CMakeLists.txt directly (will generate proper project files)[/-][+]HOWTO: Use Qt Creator to Open CMakeLists.txt directly (will generate proper project files)[/+]on Jul 15, 2016
Activity
district10 commentedon Jul 12, 2016
Windows
1
Downloaded Qt5.6 for windows VS2015 from http://mirrors.ustc.edu.cn/qtproject/official_releases/qt/5.6/5.6.0/qt-opensource-windows-x86-msvc2015_64-5.6.0.exe.
2
Install it and then goto
C:\Qt\VS2015x64\Qt5.6.0\Tools\QtCreator\bin
to openqtcreator.exe
:In qt creator, hit Ctrl+o, to open a CMakeLists.txt:
3
Configure it.
4
cmake
it:Run it:
[-]HOWTO: Use Qt creator to Open CMakeLists.txt directly (will generate proper project files)[/-][+]HOWTO: Use Qt Creator to Open CMakeLists.txt directly (will generate proper project files)[/+]district10 commentedon Jan 10, 2017
You should configure your cmake properly in advance.
district10 commentedon Jan 12, 2017
Sadly, seems not work on Ubuntu (or maybe, not work with newer Qt Creator?).
Jeetsinghji commentedon Feb 21, 2018
Have anyone encountered this situation? It seems that it can't find one of CMake variable while generating Qt project. Any help will be appreciated.