Tizen Creator Plugin was tested agains QtCreator 2.8 installed in directory
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=/user/home/qtcreator-2.8-* ./build_and_deploy_tizen_plugin.sh
#script will:
#1. download appropriate qtcreator sources from gitorious
#2. check if Qt major version used by qmake in path equals
Qt major version used by QtCreator.
#3. use qmake in PATH to build plugin and deploy 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.