qt-creator-terminalplugin
qt-creator-terminalplugin copied to clipboard
A konsole-like terminal plugin for Qt Creator
Compilation
To compile the terminalplugin, you need to define two environment variables:
- QTC_SOURCE: source directory of Qt Creator
- QTC_BUILD: build directory of Qt Creator
Those variables should be absolute paths and should be defined for the qmake step.
Then 'mkdir build; cd build; qmake ../terminal.pro && make;'