Changes between Version 1 and Version 2 of QtCreator


Ignore:
Timestamp:
11/21/15 00:22:45 (9 years ago)
Author:
xuphilip
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtCreator

    v1 v2  
    1 Qt Creator
     1[[PageOutline(1-10,Contents)]]
     2
     3= Qt Creator =
     4
     5Qt 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
     9This tutorial was validated under a Linux Mint 17.2 distribution.
     10
     11First you will need to install Qt Creator and the CMake plugin.
     12Make sure that you already have CMake installed then run this command in a terminal:
     13
     14{{{
     15sudo apt-get install qtcreator qtcreator-plugin-cmake
     16}}}
     17
     18== Import Pacpus project into Qt Creator ==
     19
     20
     21
     22