Tomasz Olszak a4a6a82253 Qt Creator submodule updated 11 年之前
..
plugins a4a6a82253 Qt Creator submodule updated 11 年之前
.gitignore 9d52d64662 Added script for building QtCreator plugin 11 年之前
README 9d52d64662 Added script for building QtCreator plugin 11 年之前
build_and_deploy_tizen_plugin.sh 5e1eb36c7a Ensure that qtcreator plugin submodule is updated 11 年之前

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.