manyoso / qt-creator-terminalplugin

A konsole-like terminal plugin for Qt Creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation

To compile the terminalplugin, you need to define two environment variables:

1. QTC_SOURCE: source directory of Qt Creator
2. 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;'

About

A konsole-like terminal plugin for Qt Creator

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 89.5%Language:QMake 10.5%