Skip to content

microscotch/freebox-qtcreator-plugin

 
 

Repository files navigation

Freebox plugin for QtCreator

Features

This plugin helps QML application development for Freebox:

  • It declares some wizards for new projects;

  • It handles .fbxproject files;

  • It discovers Freebox with developer mode active, and allows remote debugging on them.

Building on Linux

Of course, Qt-5.5+ is required (binary distribution for developer is enough).

You'll need a QtCreator source tree, version v3.5.0, and corresponding build tree. Clone from QtCreator's Git and checkout the tag v3.5.0..

After build of QtCreator v3.5.0, prepare your environment to actually point to source and build directories:

$ export QTC_SOURCE=$PWD/qt-creator-v3.5.0
$ export QTC_BUILD=$PWD/qt-creator-v3.5.0-build

Checkout and build this plugin:

$ git clone https://github.com/fbx/freebox-qtcreator-plugin.git
$ mkdir freebox-qtcreator-plugin-build
$ cd freebox-qtcreator-plugin-build
$ $PATH_TO_QT5/bin/qmake ../freebox-qtcreator-plugin
$ make -j10

Now plugin is installed in $QTC_BUILD/lib/qtcreator/plugins/libFreebox.so.

Support

About

Freebox plugin for QtCreator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.7%
  • C 1.9%
  • QMake 1.3%
  • QML 0.1%