[[PageOutline(1-10,Contents)]] = Qt Creator = Qt Creator is a cross-platform integrated development environment (IDE) which is part of the SDK for the Qt GUI Application development framework. == Prerequisites == This tutorial was validated under a Linux Mint 17.2 distribution. First you will need to install Qt Creator and the CMake plugin. Make sure that you already have CMake installed then run this command in a terminal: {{{ sudo apt-get install qtcreator qtcreator-plugin-cmake }}} == Import Pacpus project into Qt Creator ==