README 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. Tizen Creator Plugin was tested agains QtCreator 3.1.2 shipped with
  2. Qt 5.3.1 where user has read/write permissions (e.g. $HOME)
  3. To install Tizen plugin in your QtCreator follow these steps.
  4. $> export QTC_BUILD=/home/user/Qt5.3.1/Tools/QtCreator
  5. $> ./build_and_deploy_tizen_plugin.sh -b $QTC_BUILD
  6. script will:
  7. 1. download sources of Qt creator's Tizen plugin.
  8. 2. download appropriate qtcreator sources from gitorious
  9. 3. check if Qt major version used by qmake in path equals
  10. Qt major version used by QtCreator.
  11. 4. Attempt to build the Tizen plugin matching version of Qt Creator
  12. installed in and deploy it to
  13. $QTC_BUILD/lib/qtcreator/plugins
  14. Now plugins should work with your QtCreator.
  15. If you have sources of your QtCreator or you built it from sources then
  16. you can pass -s /path/to/creator/sources and run script.
  17. This will:
  18. * clone source code of Tizen plugin for Creator
  19. * clone source appropriate source code of Qt Creator
  20. * check if Qt major version used by qmake in path equals Qt major version used by Qt Creator
  21. * 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)
  22. Invoke:
  23. $> ./build_and_deploy_tizen_plugin.sh -h
  24. for more help