1 | | Qt Creator |
| 1 | [[PageOutline(1-10,Contents)]] |
| 2 | |
| 3 | = Qt Creator = |
| 4 | |
| 5 | Qt Creator is a cross-platform integrated development environment (IDE) which is part of the SDK for the Qt GUI Application development framework. |
| 6 | |
| 7 | == Prerequisites == |
| 8 | |
| 9 | This tutorial was validated under a Linux Mint 17.2 distribution. |
| 10 | |
| 11 | First you will need to install Qt Creator and the CMake plugin. |
| 12 | Make sure that you already have CMake installed then run this command in a terminal: |
| 13 | |
| 14 | {{{ |
| 15 | sudo apt-get install qtcreator qtcreator-plugin-cmake |
| 16 | }}} |
| 17 | |
| 18 | == Import Pacpus project into Qt Creator == |
| 19 | |
| 20 | |
| 21 | |
| 22 | |