-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HOWTO: Use Qt Creator to Open CMakeLists.txt directly (will generate proper project files) #5
Comments
Windows1Downloaded 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. 2Install it and then goto In qt creator, hit Ctrl+o, to open a CMakeLists.txt: 3Configure it. 4
Run it: |
You should configure your cmake properly in advance. |
Sadly, seems not work on Ubuntu (or maybe, not work with newer Qt Creator?). |
Linux
1. Use qt-creator to Open CMakeLists.txt
2. Set Project Output Directory
3. Run CMake
Unix Generator (qt4)? It generates a
.cbp
project (CodeBlocks Project) actually.4. Build & Run
You can also/actually use code blocks to open this project.
The text was updated successfully, but these errors were encountered: