Home

Awesome

This is a plugin for QtCreator IDE to easily create new Tufão projects.

LICENSE

This plugins is licensed under the LGPLv3. The license only restricts the plugin itself. The data produced by the plugin is property of the plugin user.

BUILD

This plugin uses the qmake build system and depends on Qt Source Code to be compiled.

ENVIRONMENT VARIABLES

Before compiling the plugin, you need to set the following environment variables:

Folder name

Since QtCreator 2.8, you need to name the folder containing the Tufão plugin as tufao or build will fail.

Compiling

To compile the plugin, run the commands as follow:

$ qmake
$ make

NOTE: If you want to build the plugin into your user config directory, you should run the qmake commands as follows:

$ qmake USE_USER_DESTDIR=yes

INSTALL

The installation process should occur after the build. If you want to package the plugin, just copy the local installation.

USAGE

Open the QtCreator and follow the steps: File >> New File or Project >> Tufão

ChangeLog

0.2.6

0.2.5

0.2.3