Tomasz Olszak a508cf2e89 Updated qtcreator Tizen plugin to QtCreator 3.0 11 years ago
..
plugins a508cf2e89 Updated qtcreator Tizen plugin to QtCreator 3.0 11 years ago
.gitignore 9d52d64662 Added script for building QtCreator plugin 11 years ago
README 9d52d64662 Added script for building QtCreator plugin 11 years ago
build_and_deploy_tizen_plugin.sh a508cf2e89 Updated qtcreator Tizen plugin to QtCreator 3.0 11 years ago

README

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.