Tomasz Olszak b752478797 Updated README for building Qt creator Tizen plugin 10 years ago
..
.gitignore 9d52d64662 Added script for building QtCreator plugin 11 years ago
README b752478797 Updated README for building Qt creator Tizen plugin 10 years ago
build_and_deploy_tizen_plugin.sh e92cbbd45a Updated qtcreator readme and script bug 10 years ago

README

Tizen Creator Plugin was tested agains QtCreator 3.1.2 shipped with
Qt 5.3.1 where user has read/write permissions (e.g. $HOME)

To install Tizen plugin in your QtCreator follow these steps.

QTC_BUILD environment variable should point to your
qtcreator installdir

$> QTC_BUILD=/home/user/Qt5.3.1/Tools/QtCreator ./build_and_deploy_tizen_plugin.sh

script will:
1. download sources of Qt creator's Tizen plugin.
2. download appropriate qtcreator sources from gitorious
3. check if Qt major version used by qmake in path equals
Qt major version used by QtCreator.
4. Attempt to build the Tizen plugin matching version of Qt Creator
installed in $QTC_BUILD and deploy it to
$QTC_BUILD/lib/qtcreator/plugins


Now plugins should work with your QtCreator.

If you have sources of your QtCreator or you built it from sources then
you can pass QTC_SOURCE=/path/to/creator/sources and run script.


This will:
* clone source code of Tizen plugin for Creator
* clone source appropriate source code of Qt Creator
* check if Qt major version used by qmake in path equals Qt major version used by Qt Creator
* attempt to build the Tizen plugin matching version of Creator installed above (using qmake in PATH to build the plugin and deploy to $QTC_BUILD/lib/qtcreator/plugins)